SQL CODE BANK
Saturday, July 30, 2011
To take a database out off off-line mode
EXEC sp_dboption 'dvodpp', 'offline', 'False'
This code can be used to put a database in offline or online mode.
Change false to true and the base is in offline mode.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment