Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restoring a DB from a Backup causes server to freeze
Message
General information
Forum:
Microsoft SQL Server
Category:
Backups
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01410428
Message ID:
01410431
Views:
31
Are you doing this through T-SQL or SQL Server Management Studio?

Try forcing database to single user mode first.

ALTER DATABASE MyDatabase SET SINGLE_USER WITH ROLLBACK AFTER 10

then after restore is successful

ALTER DATABASE MyDatabase SET MULTI_USER


I use SQL Server 2008 so this may need tweaking for 2005.
Brandon Harker
Sebae Data Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform