I\'m in the process of creating database scripts for an existing database. I\'m trying to use SQL Server to generate the scripts for me, but the generated scripts are faili
Using Management Studio 2008, you can create a script that is compatible with a lower version of SQL server like this:
Right click on the database >> Tasks >> Generate Scripts
In that wizard you can access the option "Script for server version". Just select the version of SQL Server that you want the script to run on.