The single user-mode specifies that only one user at a time can access the database and is generally used for maintenance actions
To set by using SQL query
Set single user mode
ALTER DATABASE [DATABASENAME] SET SINGLE_USER WITH NO_WAIT
Set back to multi user
ALTER DATABASE [DATABASENAME] SET MULTI_USER WITH NO_WAIT
Saturday, July 25, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment