SQL Server 2005 restore one schema only

前端 未结 3 1333
一向
一向 2020-12-12 02:03

I am pretty sure this isn\'t possible....

We have a database with several schemas. Each schema belongs to a different user. One user was asking \"if I find out I mad

3条回答
  •  不思量自难忘°
    2020-12-12 02:46

    Restore the whole database to a database with a different name.

    Copy over the parts that you wish to restore.

提交回复
热议问题