I have a Database in SQL Server 2008 and i want to create the complete database script which is compatible with SQL Server 2000. All the datatypes that I've used are compatible with SQL Server 2000.
1 Answer
Here's what you'd do for SQL Server 2000 compatability:
- Right-click on your database, Tasks -> Generate Scripts...
- Choose your entire database
- In Set Scripting Options click the Advanced button
- There is an option for Script for Server Version
- Select the drop down option for SQL Server 2000