Is there anyway to restart one database in SQL Server instead of restarting the entire server? I have a task in perpetual rollback on one of my databases. I'd like to restart it without turning off / on the other DBs
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
migrated from stackoverflow.com Sep 5 '12 at 13:34
|
You can try taking it offline, and then online again:
As per BOL:
|
|||||||
|
|
I tried to take the DB offline, but because of the perpetual rollback wasn't able to do so. Had to eventually restart the server |
|||
|
|