SQL-Server: Error - Exclusive access could not be obtained because the database is in use

后端 未结 14 2655
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 17:45

I am actually trying to make a script (in Sql Server 2008) to restore one database from one backup file. I made the following code and I am getting an error -



        
14条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 18:32

    I got this error when there was not enough disk space to restore Db. Cleaning some space solved it.

提交回复
热议问题