SQL Server 2005 restore one schema only

前端 未结 3 1330
一向
一向 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:38

    You are correct, it is not possible to restore a single schema only.

    That said, had you stored all specific schema objects to a specific Filegroup and had been taking Filegroup backups then you could restore just the affected Filegroup.

    If you are administering a large number of schemas/filegroups however, this would be quite cumbersome.

提交回复
热议问题