SQL Server: Database stuck in “Restoring” state

前端 未结 26 2019
后悔当初
后悔当初 2020-11-28 17:09

I backed up a database:

BACKUP DATABASE MyDatabase
TO DISK = \'MyDatabase.bak\'
WITH INIT --overwrite existing

And then tried to restore it

26条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 17:54

    Have you tried running a VERIFY ONLY? Just to make sure it's a sound backup.

    http://msdn.microsoft.com/en-us/library/ms188902.aspx

提交回复
热议问题