开发者

When using the Generate Scripts wizard in SQL Server 2005, where is the Script Behaviour option for DROP followed by CREATE?

开发者 https://www.devze.com 2023-01-13 08:01 出处:网络
Using the Generate Scripts wizard in SQL Server Management Studio 2005 (right click a database -> Tasks -> Generate Scripts...). There is an option for Script Behaviour. The description for the option

Using the Generate Scripts wizard in SQL Server Management Studio 2005 (right click a database -> Tasks -> Generate Scripts...). There is an option for Script Behaviour. The description for the option is as follows:

Script Behaviour

Generate the script as DROP statements, CREATE statements, or DROP statements followed by CREATE statements.

However, there are only two options to select from:

  • Generate CREATE statements only.
  • Generate DROP statements only.

Where is the option to开发者_如何学运维 DROP and CREATE? Is there a way to get this behaviour, or have they simply left it out?


In SQL Management Studio (2005 SP3), when i right click on a database -> Tasks -> Generate Scripts, after I select my database and choose Next, the wizard then presents me with a number of script options, with most of them being True/False settings.

To achieve DROP and CREATE I expect you would need to set both the properties below to true.

  • Script Drop
  • Script Create

By default i think Script Create is set to TRUE and Script Drop is set to FALSE.

0

精彩评论

暂无评论...
验证码 换一张
取 消