SQL Server 2005 Generated Create Table Script not working

后端 未结 7 2231
遇见更好的自我
遇见更好的自我 2021-01-06 00:00

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

相关标签:
7条回答
  • 2021-01-06 00:26

    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.

    0 讨论(0)
提交回复
热议问题