Painting Blue Code
Simple, self-explanatory code snippets.
2013-02-19
TSQL - Database stuck in restoring mode
If your database seems to have gotten stuck in "(Restoring...)" mode, then simply run this.
RESTORE
DATABASE
[DATABASE_NAME_GOES_HERE]
WITH
RECOVERY
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment