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

后端 未结 3 2037
-上瘾入骨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条回答
  •  旧时难觅i
    2021-01-20 20:23

    What SQL Server version (and tools) are you using? Under SQL 2000, I remember the "Import/Export Data" wizard, that let you specify which objects you wanted to import and where. You could even perform queries to obtain a subset of data.

提交回复
热议问题