I need to do, a backup of my database in sql server 2000, but only of the physical part, because I modified some tables, and add some new SP, well thank you very much from now, very happy with this community. Greetings
I need to do, a backup of my database in sql server 2000, but only of the physical part, because I modified some tables, and add some new SP, well thank you very much from now, very happy with this community. Greetings
If you want to generate a database script, only structures (tables, stored procedures, functions, etc.) there are tools such as Oracle Data Modeler , which allow reverse engineering of the database and obtain a DDL script.
In CodeProject there is an application to compare files with T-SQL that could also help