How can I create a database in Single_User mode in SQL Azure?
How can I create a database in Single_User mode in SQL Azure and again put it into Multi_User mode.
April 9th, 2012 2:00am

Hello,

As long as you don't grant access to other user the database is in a defacto SINGLE_USER mode.

Free Windows Admin Tool Kit Click here and download it now
April 9th, 2012 6:09am

the question if probably related to the SINGLE_USER/MULTI_USER mode in SQL Server (http://technet.microsoft.com/en-us/library/ms345598.aspx#TsqlProcedure)

if the question is if the the ALTER DATABASE option to set the database to SINGLE_USER/MULTI_USER is available on SQL Azure, the answer is no. see: http://msdn.microsoft.com/en-us/library/ff394109.aspx

you will have to restrict user access thru other means (e.g., disabling access via firewall or logins)

April 10th, 2012 2:27am

the question if probably related to the SINGLE_USER/MULTI_USER mode in SQL Server (http://technet.microsoft.com/en-us/library/ms345598.aspx#TsqlProcedure)

if the question is if the the ALTER DATABASE option to set the database to SINGLE_USER/MULTI_USER is available on SQL Azure, the answer is no. see: http://msdn.microsoft.com/en-us/library/ff394109.aspx

you will have to restrict user access thru other means (e.g., disabling access via firewall or logins)

Free Windows Admin Tool Kit Click here and download it now
April 10th, 2012 2:27am

The following thread is on the same topic:

http://stackoverflow.com/questions/3801029/kill-all-user-connections-in-sql-azure
February 2nd, 2013 9:58pm

SQL Azure V12 now supports restricted_user option
Free Windows Admin Tool Kit Click here and download it now
May 19th, 2015 10:17pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics