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

后端 未结 7 1286
梦如初夏
梦如初夏 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条回答
  •  -上瘾入骨i
    2021-02-05 04:10

    To Generate a schema with data follow these steps.

    • Select database to generate a schema '>' right click '>' Tasks '>' Generate schema '>' click NEXT in popup window '>'
    • select DB object to generate schema and click NEXT '>'
    • Go to advance option and scroll down '>'
    • Find Type of data to script and select one option as you need. '>' and then Next Next and finish it.
    • Enjoy it.

    As in image

提交回复
热议问题