Creating script for SQL Server 2000 from SQL Server 2005




 
I got a peculiar question like,
   "Can we create a script for downgraded version in the current higher version environment. For instance, am having SQL Server 2008 database and I would like to create the database script for SQL Server 2005. Is it possible? "
 
1.jpg

Yes, it's possible with an option. It's hidden safely somewhere and we need to dig the same to resolve the problem.
 
1)      Right-click over the desired Database at 2005, Choose Tasks and the Generate Scripts (Option).
2)      At the pop-up Dialog Box click at the Script All Objects in the selected Databases check box, to activate it and then Click the Next Button.
3)      Set the following Elements to the following Values
     a.       Script Collation , set to TRUE
     b.      Script Database Create, set to TRUE
     c.       Script of SQL Version, set to SQL SERVER 2000
     d.      Script foreign keys, set to TRUE
     e.       Script Triggers, set to TRUE
 Then Hit the Next button
4)      Select the way the generated scripts should be saved (There are different selections. The most common one is Clipboard). Finally click the Next button till you reach the end.
5)      Click Finish
 
Cheers,
Venkatesan Prabu .J