Want to create a script to export Data and tables and views to a sql script

后端 未结 7 1284
梦如初夏
梦如初夏 2021-02-05 03:26

Want to create a script to export Data and tables and views to a sql script.

I have SQL Server 2008 r2.

So far I\'ve only been able to automatically generate an

7条回答
  •  生来不讨喜
    2021-02-05 04:21

    If for some reason a backup/restore won't work for you, SSMS' Generate Scripts tool includes an advanced scripting option to include data:

    enter image description here

提交回复
热议问题