2. How to set the Script Manager Database Connection String - SQL Server DTS
All, Is there a setting in Enterprise Manager, which controls the order in which items are scripted (triggers, tables, stored procedures, and functions)? The reason I ask is that our developers script our production database into a large file. We then compare the content of the script with the source control version to verify that the contents of the file are the same +/- the changes that were made in between scripting. The issue is that depending upon the developer scripting the database, the order of the items in the script is different. Thanks, Ronald Cotton
4. Don't Run Script If Database Exists - SQL Server
5. How to generate 'full' scripts for database objects?
Hi Is it possible to generate full create table scripts that include default values etc in addition to the default? I find default values very useful, and often have to pass sql scripts to others for deployment. -Brian
6. Scripting of database objects in SQL 2005 - SQL Server
7. slq 2005 - scripting out database objects to SEPARATE files
Hi, I tried the script wizard (sql 2005) to script out database tables and stored procedures, but could not figure out how to create SEPARATE files (one per object) as that was the case with sql 2k and prior versions. Thanks