Is it possible to restore only the schema and stored procedures from a MS SQL database backup?

后端 未结 3 2057
-上瘾入骨i
-上瘾入骨i 2021-01-20 20:11

I have a full MS SQL Backup file that I would like to extract the stored procedures and schema from. Is there a way to restore only the schema definitions a

3条回答
  •  不要未来只要你来
    2021-01-20 20:22

    Yes its possible in SQL Server 2012. Right click your database -> tasks -> generate scritps ...

    Here all options are available.

提交回复
热议问题