﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Cannot change back to Multi User / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 04:33:07 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>Run this in SSMSUSE yourDBGO 1000When the command succeeeds you will be able to put the db back into multi user mode.http://blogs.msdn.com/b/dfurman/archive/2012/01/20/getting-out-of-single-user-mode.aspx</description><pubDate>Tue, 04 Dec 2012 04:50:48 GMT</pubDate><dc:creator>Terence Keys</dc:creator></item><item><title>RE: Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>I have the same problem and mystery jumbo may be right but i can not even check sp_who2 to find who has a open connection, what to do?</description><pubDate>Tue, 04 Dec 2012 03:26:40 GMT</pubDate><dc:creator>Tara-1044200</dc:creator></item><item><title>RE: Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>Thanks MysteryJimbo! That fixed my problem!!!!!</description><pubDate>Thu, 13 Oct 2011 09:29:04 GMT</pubDate><dc:creator>jillk</dc:creator></item><item><title>RE: Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>You can check for open connections to the database through Activity Monitor or using sp_who2 through a query &amp;#119;indow.  You can kill open connections to the database using the kill command.  Once there are no connections to the database you should be able to make the change.It is possible that another connection is using the database using 3 part naming through another database so bear that in mind</description><pubDate>Thu, 13 Oct 2011 09:08:25 GMT</pubDate><dc:creator>MysteryJimbo</dc:creator></item><item><title>RE: Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>Can you access it via a connection window?  (Where you type queries and all that.)If so:[code="sql"]alter database MyDatabaseName set multi_user;[/code]</description><pubDate>Thu, 13 Oct 2011 08:27:31 GMT</pubDate><dc:creator>GSquared</dc:creator></item><item><title>Cannot change back to Multi User</title><link>http://www.sqlservercentral.com/Forums/Topic1189873-391-1.aspx</link><description>I changed a database to Single User mode in SSMS and now I cannot change it back to Multi User mode.  When I click to view the Properties of the database to change it, I get the message: "Database is already open and can only have one user at a time (Microsoft SQL Server, Error: 924)"How can I get it switched back to Multi User mode?Thanks!</description><pubDate>Thu, 13 Oct 2011 08:13:46 GMT</pubDate><dc:creator>jillk</dc:creator></item></channel></rss>