Technology Wavering
Monday, February 24, 2014
SQL commands
Remove database single user mode
exec sp_dboption 'testdb01', 'single user', 'FALSE'
Set database to single user mode
ALTER DATABASE dbName
SET SINGLE_USER WITH ROLLBACK IMMEDIATE
1 comment:
Anonymous said...
test
December 4, 2016 at 8:09 PM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
1 comment:
test
Post a Comment