[问题]SqlServer创建数据库出错
时间:2014-07-19 17:28:23
收藏:0
阅读:1153
SqlServer 2008
“
Msg 1807, Level 16, State 3, Line 1
Could not obtain exclusive lock on database ‘model’. Retry the operation later.
Msg 1802, Level 16, State 4, Line 1
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
”
解决方法:断开连接,重新连接后再尝试创建即可。
评论(0)