<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Start SQL Server Instance in Single User Mode</title>
	<atom:link href="http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: hany.helmy</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-443516</link>
		<dc:creator><![CDATA[hany.helmy]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 16:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-443516</guid>
		<description><![CDATA[I tried 10 solutions for this problem, none of them worked except yours.

Thank you very much.]]></description>
		<content:encoded><![CDATA[<p>I tried 10 solutions for this problem, none of them worked except yours.</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zip Hen Zan</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-437213</link>
		<dc:creator><![CDATA[Zip Hen Zan]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 11:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-437213</guid>
		<description><![CDATA[should be sp_addsrvrolemember intead of sp_addsrvrolememEber]]></description>
		<content:encoded><![CDATA[<p>should be sp_addsrvrolemember intead of sp_addsrvrolememEber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #016 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-422296</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #016 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 16 Feb 2013 01:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-422296</guid>
		<description><![CDATA[[...] Start SQL Server Instance in Single User Mode To start SQL Server in single user mode is a very simple procedure as displayed below. Go to SQL Server Configuration Manager and click on  SQL Server 2005 Services. Click on the desired SQL Server instance and right click go to properties. On the Advance table enter param ‘-m;‘ before existing params in Startup Parameters box. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Start SQL Server Instance in Single User Mode To start SQL Server in single user mode is a very simple procedure as displayed below. Go to SQL Server Configuration Manager and click on  SQL Server 2005 Services. Click on the desired SQL Server instance and right click go to properties. On the Advance table enter param ‘-m;‘ before existing params in Startup Parameters box. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-412437</link>
		<dc:creator><![CDATA[Nacho]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 17:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-412437</guid>
		<description><![CDATA[it is solved! Thank you anyway. i have restored backups from databases that were not system&#039;s backups and give rights into the e : and f: volume to allow access from sql to tempdb.

Best Regards,
NACHO]]></description>
		<content:encoded><![CDATA[<p>it is solved! Thank you anyway. i have restored backups from databases that were not system&#8217;s backups and give rights into the e : and f: volume to allow access from sql to tempdb.</p>
<p>Best Regards,<br />
NACHO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-412233</link>
		<dc:creator><![CDATA[Nacho]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 08:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-412233</guid>
		<description><![CDATA[Hello everybody,

I need your help!!!! I am very frustrated doing lots of things to recover my sql server but it continues failing.

My scenario is this: VMWARE --&gt; VM: Win2012 Server, SQL Server 2008, standard instance --&gt; MSSQLSERVER
4 partitions in a basic disk. System, c(boot), e and f

in c it is located master, model and msdb (mdf and logs)
in e --&gt; mdf for a DB called Portugal and Temddb.mdf
in f --&gt; the logs for databases 

What I did is to copy all the data from e and f, delete these volumen, extend c and create e and f again as separate disk.Then i paste all data of old e: in new e: and the same for f:

I cannot start SQL Server (MSSQLSERVER) service. I get this log error:
2013-01-24 09:33:12.20 Server      Microsoft SQL Server 2008 (SP3) - 10.0.5512.0 (X64) 
	Aug 22 2012 19:25:47 
	Copyright (c) 1988-2008 Microsoft Corporation
	Standard Edition (64-bit) on Windows NT 6.2  (Build 9200: ) (VM)

2013-01-24 09:33:12.20 Server      (c) 2005 Microsoft Corporation.
2013-01-24 09:33:12.20 Server      All rights reserved.
2013-01-24 09:33:12.20 Server      Server process ID is 3304.
2013-01-24 09:33:12.20 Server      System Manufacturer: &#039;VMware, Inc.&#039;, System Model: &#039;VMware Virtual Platform&#039;.
2013-01-24 09:33:12.20 Server      Authentication mode is MIXED.
2013-01-24 09:33:12.20 Server      Logging SQL Server messages in file &#039;C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG&#039;.
2013-01-24 09:33:12.20 Server      This instance of SQL Server last reported using a process ID of 36 at 24/01/2013 9:27:24 (local) 24/01/2013 8:27:24 (UTC). This is an informational message only; no user action is required.
2013-01-24 09:33:12.20 Server      Registry startup parameters: 
	 -d C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
	 -e C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG
	 -l C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
2013-01-24 09:33:12.21 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2013-01-24 09:33:12.21 Server      Detected 4 CPUs. This is an informational message; no user action is required.
2013-01-24 09:33:12.26 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2013-01-24 09:33:12.28 Server      Node configuration: node 0: CPU mask: 0x000000000000000f Active CPU mask: 0x000000000000000f. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2013-01-24 09:33:12.30 spid7s      Starting up database &#039;master&#039;.
2013-01-24 09:33:12.51 spid7s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = &#039;MSSQLSERVER&#039;.
2013-01-24 09:33:12.55 spid7s      SQL Trace ID 1 was started by login &quot;sa&quot;.
2013-01-24 09:33:12.55 spid7s      Starting up database &#039;mssqlsystemresource&#039;.
2013-01-24 09:33:12.58 spid7s      The resource database build version is 10.00.5500. This is an informational message only. No user action is required.
2013-01-24 09:33:12.69 spid7s      Server name is &#039;CE-NAV02&#039;. This is an informational message only. No user action is required.
2013-01-24 09:33:12.69 spid11s     Starting up database &#039;model&#039;.
2013-01-24 09:33:12.84 spid11s     Clearing tempdb database.
2013-01-24 09:33:12.85 spid13s     A new instance of the full-text filter daemon host process has been successfully started.
2013-01-24 09:33:12.85 Server      A self-generated certificate was successfully loaded for encryption.
2013-01-24 09:33:12.86 spid11s     Error: 5123, Severity: 16, State: 1.
2013-01-24 09:33:12.86 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15100) while attempting to open or create the physical file &#039;F:\LOGS\TempDB\templog.ldf&#039;.
2013-01-24 09:33:12.86 spid11s     Error: 5123, Severity: 16, State: 1.
2013-01-24 09:33:12.86 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15100) while attempting to open or create the physical file &#039;E:\Data\TempDB\tempdb.mdf&#039;.
2013-01-24 09:33:12.86 Server      Server is listening on [ &#039;any&#039;  1433].
2013-01-24 09:33:12.86 Server      Server is listening on [ &#039;any&#039;  1433].
2013-01-24 09:33:12.86 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSSQLSERVER ].
2013-01-24 09:33:12.86 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\sql\query ].
2013-01-24 09:33:12.86 Server      Server is listening on [ ::1  1434].
2013-01-24 09:33:12.86 Server      Server is listening on [ 127.0.0.1  1434].
2013-01-24 09:33:12.86 Server      Dedicated admin connection support was established for listening locally on port 1434.
2013-01-24 09:33:12.86 spid14s     Starting up database &#039;ReportServer&#039;.
2013-01-24 09:33:12.86 spid15s     Starting up database &#039;ReportServerTempDB&#039;.
2013-01-24 09:33:12.86 spid16s     Starting up database &#039;Portugal&#039;.
2013-01-24 09:33:12.86 spid13s     Starting up database &#039;msdb&#039;.
2013-01-24 09:33:12.87 spid14s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid14s     FCB::Open failed: Could not open file E:\Data\Data\ReportServer.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid15s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid15s     FCB::Open failed: Could not open file E:\Data\Data\ReportServerTempDB.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid14s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid14s     Unable to open the physical file &quot;E:\Data\Data\ReportServer.mdf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid15s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid15s     Unable to open the physical file &quot;E:\Data\Data\ReportServerTempDB.mdf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file E:\Data\Data\Portugal.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &quot;E:\Data\Data\Portugal.mdf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid14s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid14s     FCB::Open failed: Could not open file F:\LOGS\ReportServer_1.LDF for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid15s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid15s     FCB::Open failed: Could not open file F:\LOGS\ReportServerTempDB_1.LDF for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid14s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid14s     Unable to open the physical file &quot;F:\LOGS\ReportServer_1.LDF&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid14s     Error: 5105, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid14s     A file activation error occurred. The physical file name &#039;F:\LOGS\ReportServer_1.LDF&#039; may be incorrect. Diagnose and correct additional errors, and retry the operation.
2013-01-24 09:33:12.87 spid15s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid15s     Unable to open the physical file &quot;F:\LOGS\ReportServerTempDB_1.LDF&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid15s     Error: 5105, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid15s     A file activation error occurred. The physical file name &#039;F:\LOGS\ReportServerTempDB_1.LDF&#039; may be incorrect. Diagnose and correct additional errors, and retry the operation.
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file E:\Data\Data\Portugal_1.ndf for file number 3.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &quot;E:\Data\Data\Portugal_1.ndf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 9.
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &quot;E:\Data\Data\Portugal_1.ndf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file F:\LOGS\Portugal_2.ldf for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &quot;F:\LOGS\Portugal_2.ldf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.87 spid16s     Error: 5105, Severity: 16, State: 1.
2013-01-24 09:33:12.87 spid16s     A file activation error occurred. The physical file name &#039;F:\LOGS\Portugal_2.ldf&#039; may be incorrect. Diagnose and correct additional errors, and retry the operation.
2013-01-24 09:33:12.91 spid11s     Error: 17204, Severity: 16, State: 1.
2013-01-24 09:33:12.91 spid11s     FCB::Open failed: Could not open file E:\Data\TempDB\tempdb.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).
2013-01-24 09:33:12.91 spid11s     Error: 5120, Severity: 16, State: 101.
2013-01-24 09:33:12.91 spid11s     Unable to open the physical file &quot;E:\Data\TempDB\tempdb.mdf&quot;. Operating system error 5: &quot;5(failed to retrieve text for this error. Reason: 15105)&quot;.
2013-01-24 09:33:12.91 spid11s     Error: 1802, Severity: 16, State: 4.
2013-01-24 09:33:12.91 spid11s     CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
2013-01-24 09:33:12.91 spid11s     Error: 5123, Severity: 16, State: 1.
2013-01-24 09:33:12.91 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15105) while attempting to open or create the physical file &#039;E:\Data\TempDB\tempdb.mdf&#039;.
2013-01-24 09:33:12.91 spid11s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
2013-01-24 09:33:12.91 spid11s     SQL Trace was stopped due to server shutdown. Trace ID = &#039;1&#039;. This is an informational message only; no user action is required.
2013-01-24 09:33:13.14 Logon       Error: 17187, Severity: 16, State: 1.
2013-01-24 09:33:13.14 Logon       SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.  [CLIENT: fe80::759f:e712:daa1:5f25%12]
2013-01-24 09:33:13.17 Logon       Error: 17187, Severity: 16, State: 1.
2013-01-24 09:33:13.17 Logon       SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.  [CLIENT: ]


As you can see there are lots of errors ... 

any one can help me? Thank you so much.

best regards!!
NACHO]]></description>
		<content:encoded><![CDATA[<p>Hello everybody,</p>
<p>I need your help!!!! I am very frustrated doing lots of things to recover my sql server but it continues failing.</p>
<p>My scenario is this: VMWARE &#8211;&gt; VM: Win2012 Server, SQL Server 2008, standard instance &#8211;&gt; MSSQLSERVER<br />
4 partitions in a basic disk. System, c(boot), e and f</p>
<p>in c it is located master, model and msdb (mdf and logs)<br />
in e &#8211;&gt; mdf for a DB called Portugal and Temddb.mdf<br />
in f &#8211;&gt; the logs for databases </p>
<p>What I did is to copy all the data from e and f, delete these volumen, extend c and create e and f again as separate disk.Then i paste all data of old e: in new e: and the same for f:</p>
<p>I cannot start SQL Server (MSSQLSERVER) service. I get this log error:<br />
2013-01-24 09:33:12.20 Server      Microsoft SQL Server 2008 (SP3) &#8211; 10.0.5512.0 (X64)<br />
	Aug 22 2012 19:25:47<br />
	Copyright (c) 1988-2008 Microsoft Corporation<br />
	Standard Edition (64-bit) on Windows NT 6.2  (Build 9200: ) (VM)</p>
<p>2013-01-24 09:33:12.20 Server      (c) 2005 Microsoft Corporation.<br />
2013-01-24 09:33:12.20 Server      All rights reserved.<br />
2013-01-24 09:33:12.20 Server      Server process ID is 3304.<br />
2013-01-24 09:33:12.20 Server      System Manufacturer: &#8216;VMware, Inc.&#8217;, System Model: &#8216;VMware Virtual Platform&#8217;.<br />
2013-01-24 09:33:12.20 Server      Authentication mode is MIXED.<br />
2013-01-24 09:33:12.20 Server      Logging SQL Server messages in file &#8216;C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG&#8217;.<br />
2013-01-24 09:33:12.20 Server      This instance of SQL Server last reported using a process ID of 36 at 24/01/2013 9:27:24 (local) 24/01/2013 8:27:24 (UTC). This is an informational message only; no user action is required.<br />
2013-01-24 09:33:12.20 Server      Registry startup parameters:<br />
	 -d C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf<br />
	 -e C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG<br />
	 -l C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf<br />
2013-01-24 09:33:12.21 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.<br />
2013-01-24 09:33:12.21 Server      Detected 4 CPUs. This is an informational message; no user action is required.<br />
2013-01-24 09:33:12.26 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.<br />
2013-01-24 09:33:12.28 Server      Node configuration: node 0: CPU mask: 0x000000000000000f Active CPU mask: 0x000000000000000f. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.<br />
2013-01-24 09:33:12.30 spid7s      Starting up database &#8216;master&#8217;.<br />
2013-01-24 09:33:12.51 spid7s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = &#8216;MSSQLSERVER&#8217;.<br />
2013-01-24 09:33:12.55 spid7s      SQL Trace ID 1 was started by login &#8220;sa&#8221;.<br />
2013-01-24 09:33:12.55 spid7s      Starting up database &#8216;mssqlsystemresource&#8217;.<br />
2013-01-24 09:33:12.58 spid7s      The resource database build version is 10.00.5500. This is an informational message only. No user action is required.<br />
2013-01-24 09:33:12.69 spid7s      Server name is &#8216;CE-NAV02&#8242;. This is an informational message only. No user action is required.<br />
2013-01-24 09:33:12.69 spid11s     Starting up database &#8216;model&#8217;.<br />
2013-01-24 09:33:12.84 spid11s     Clearing tempdb database.<br />
2013-01-24 09:33:12.85 spid13s     A new instance of the full-text filter daemon host process has been successfully started.<br />
2013-01-24 09:33:12.85 Server      A self-generated certificate was successfully loaded for encryption.<br />
2013-01-24 09:33:12.86 spid11s     Error: 5123, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.86 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15100) while attempting to open or create the physical file &#8216;F:\LOGS\TempDB\templog.ldf&#8217;.<br />
2013-01-24 09:33:12.86 spid11s     Error: 5123, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.86 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15100) while attempting to open or create the physical file &#8216;E:\Data\TempDB\tempdb.mdf&#8217;.<br />
2013-01-24 09:33:12.86 Server      Server is listening on [ 'any'  1433].<br />
2013-01-24 09:33:12.86 Server      Server is listening on [ 'any'  1433].<br />
2013-01-24 09:33:12.86 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSSQLSERVER ].<br />
2013-01-24 09:33:12.86 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\sql\query ].<br />
2013-01-24 09:33:12.86 Server      Server is listening on [ ::1  1434].<br />
2013-01-24 09:33:12.86 Server      Server is listening on [ 127.0.0.1  1434].<br />
2013-01-24 09:33:12.86 Server      Dedicated admin connection support was established for listening locally on port 1434.<br />
2013-01-24 09:33:12.86 spid14s     Starting up database &#8216;ReportServer&#8217;.<br />
2013-01-24 09:33:12.86 spid15s     Starting up database &#8216;ReportServerTempDB&#8217;.<br />
2013-01-24 09:33:12.86 spid16s     Starting up database &#8216;Portugal&#8217;.<br />
2013-01-24 09:33:12.86 spid13s     Starting up database &#8216;msdb&#8217;.<br />
2013-01-24 09:33:12.87 spid14s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid14s     FCB::Open failed: Could not open file E:\Data\Data\ReportServer.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid15s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid15s     FCB::Open failed: Could not open file E:\Data\Data\ReportServerTempDB.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid14s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid14s     Unable to open the physical file &#8220;E:\Data\Data\ReportServer.mdf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid15s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid15s     Unable to open the physical file &#8220;E:\Data\Data\ReportServerTempDB.mdf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file E:\Data\Data\Portugal.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &#8220;E:\Data\Data\Portugal.mdf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid14s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid14s     FCB::Open failed: Could not open file F:\LOGS\ReportServer_1.LDF for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid15s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid15s     FCB::Open failed: Could not open file F:\LOGS\ReportServerTempDB_1.LDF for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid14s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid14s     Unable to open the physical file &#8220;F:\LOGS\ReportServer_1.LDF&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid14s     Error: 5105, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid14s     A file activation error occurred. The physical file name &#8216;F:\LOGS\ReportServer_1.LDF&#8217; may be incorrect. Diagnose and correct additional errors, and retry the operation.<br />
2013-01-24 09:33:12.87 spid15s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid15s     Unable to open the physical file &#8220;F:\LOGS\ReportServerTempDB_1.LDF&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid15s     Error: 5105, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid15s     A file activation error occurred. The physical file name &#8216;F:\LOGS\ReportServerTempDB_1.LDF&#8217; may be incorrect. Diagnose and correct additional errors, and retry the operation.<br />
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file E:\Data\Data\Portugal_1.ndf for file number 3.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &#8220;E:\Data\Data\Portugal_1.ndf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 9.<br />
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &#8220;E:\Data\Data\Portugal_1.ndf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid16s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid16s     FCB::Open failed: Could not open file F:\LOGS\Portugal_2.ldf for file number 2.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.87 spid16s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.87 spid16s     Unable to open the physical file &#8220;F:\LOGS\Portugal_2.ldf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.87 spid16s     Error: 5105, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.87 spid16s     A file activation error occurred. The physical file name &#8216;F:\LOGS\Portugal_2.ldf&#8217; may be incorrect. Diagnose and correct additional errors, and retry the operation.<br />
2013-01-24 09:33:12.91 spid11s     Error: 17204, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.91 spid11s     FCB::Open failed: Could not open file E:\Data\TempDB\tempdb.mdf for file number 1.  OS error: 5(failed to retrieve text for this error. Reason: 15105).<br />
2013-01-24 09:33:12.91 spid11s     Error: 5120, Severity: 16, State: 101.<br />
2013-01-24 09:33:12.91 spid11s     Unable to open the physical file &#8220;E:\Data\TempDB\tempdb.mdf&#8221;. Operating system error 5: &#8220;5(failed to retrieve text for this error. Reason: 15105)&#8221;.<br />
2013-01-24 09:33:12.91 spid11s     Error: 1802, Severity: 16, State: 4.<br />
2013-01-24 09:33:12.91 spid11s     CREATE DATABASE failed. Some file names listed could not be created. Check related errors.<br />
2013-01-24 09:33:12.91 spid11s     Error: 5123, Severity: 16, State: 1.<br />
2013-01-24 09:33:12.91 spid11s     CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15105) while attempting to open or create the physical file &#8216;E:\Data\TempDB\tempdb.mdf&#8217;.<br />
2013-01-24 09:33:12.91 spid11s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.<br />
2013-01-24 09:33:12.91 spid11s     SQL Trace was stopped due to server shutdown. Trace ID = &#8217;1&#8242;. This is an informational message only; no user action is required.<br />
2013-01-24 09:33:13.14 Logon       Error: 17187, Severity: 16, State: 1.<br />
2013-01-24 09:33:13.14 Logon       SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.  [CLIENT: fe80::759f:e712:daa1:5f25%12]<br />
2013-01-24 09:33:13.17 Logon       Error: 17187, Severity: 16, State: 1.<br />
2013-01-24 09:33:13.17 Logon       SQL Server is not ready to accept new client connections. Wait a few minutes before trying again. If you have access to the error log, look for the informational message that indicates that SQL Server is ready before trying to connect again.  [CLIENT: ]</p>
<p>As you can see there are lots of errors &#8230; </p>
<p>any one can help me? Thank you so much.</p>
<p>best regards!!<br />
NACHO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surendra</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-400613</link>
		<dc:creator><![CDATA[Surendra]]></dc:creator>
		<pubDate>Fri, 28 Dec 2012 22:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-400613</guid>
		<description><![CDATA[Okay, I had a similar problem except this was way worse. Imagine this:
Cannot open configuration manager.
cannot open the instance property
cannot log into the database via sqlcmd


what do you do then? forget it, install a new instance and move the database over to the new instance.]]></description>
		<content:encoded><![CDATA[<p>Okay, I had a similar problem except this was way worse. Imagine this:<br />
Cannot open configuration manager.<br />
cannot open the instance property<br />
cannot log into the database via sqlcmd</p>
<p>what do you do then? forget it, install a new instance and move the database over to the new instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g2-902125243db7d5e697a20ae0137565ac</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-379649</link>
		<dc:creator><![CDATA[g2-902125243db7d5e697a20ae0137565ac]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 23:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-379649</guid>
		<description><![CDATA[Hello,
Finally trying again from scratch
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net stop ms
sqlserver
The SQL Server (MSSQLSERVER) service is not started.

More help is available by typing NET HELPMSG 3521.

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net start m
ssqlserver /m
The SQL Server (MSSQLSERVER) service is starting.
The SQL Server (MSSQLSERVER) service was started successfully.

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;sqlcmd
1&gt; EXEC master..sp_addsrvrolememeber @loginame = N&#039;AD\dominiqued&#039;, @rolename = N&#039; sysadmin&#039;
2&gt; GO
1&gt; exit

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net stop ms
sqlserver
The SQL Server (MSSQLSERVER) service is stopping.
The SQL Server (MSSQLSERVER) service was stopped successfully.

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net start m
ssqlserver
The SQL Server (MSSQLSERVER) service is starting.
The SQL Server (MSSQLSERVER) service was started successfully.

C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;


Now I have access to the databases as sysadmin...
Not sure what the issues were but try 4 times work...
Thanks,
Dom]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
Finally trying again from scratch<br />
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net stop ms<br />
sqlserver<br />
The SQL Server (MSSQLSERVER) service is not started.</p>
<p>More help is available by typing NET HELPMSG 3521.</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net start m<br />
ssqlserver /m<br />
The SQL Server (MSSQLSERVER) service is starting.<br />
The SQL Server (MSSQLSERVER) service was started successfully.</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;sqlcmd<br />
1&gt; EXEC master..sp_addsrvrolememeber @loginame = N&#8217;AD\dominiqued&#8217;, @rolename = N&#8217; sysadmin&#8217;<br />
2&gt; GO<br />
1&gt; exit</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net stop ms<br />
sqlserver<br />
The SQL Server (MSSQLSERVER) service is stopping.<br />
The SQL Server (MSSQLSERVER) service was stopped successfully.</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;net start m<br />
ssqlserver<br />
The SQL Server (MSSQLSERVER) service is starting.<br />
The SQL Server (MSSQLSERVER) service was started successfully.</p>
<p>C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn&gt;</p>
<p>Now I have access to the databases as sysadmin&#8230;<br />
Not sure what the issues were but try 4 times work&#8230;<br />
Thanks,<br />
Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g2-902125243db7d5e697a20ae0137565ac</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-379592</link>
		<dc:creator><![CDATA[g2-902125243db7d5e697a20ae0137565ac]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 20:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-379592</guid>
		<description><![CDATA[Hello,
I restart all steps:
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\sqlservr -m

2012-11-23 12:34:00.48 Logon       Error: 18461, Severity: 14, State: 1.
2012-11-23 12:34:00.48 Logon       Login failed for user &#039;AD\svcsprestore&#039;. 
Reason: Server is in single user mode. 
Only one administrator can connect at this time. [CLIENT: 10.32.136.60]

I am trying to get in single user mode to add a sysadmin account but it seems the command is trying more and it is looping for the last 10 minutes on the same message above!!!
any idea?
Thanks,
DOm]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I restart all steps:<br />
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Binn\sqlservr -m</p>
<p>2012-11-23 12:34:00.48 Logon       Error: 18461, Severity: 14, State: 1.<br />
2012-11-23 12:34:00.48 Logon       Login failed for user &#8216;AD\svcsprestore&#8217;.<br />
Reason: Server is in single user mode.<br />
Only one administrator can connect at this time. [CLIENT: 10.32.136.60]</p>
<p>I am trying to get in single user mode to add a sysadmin account but it seems the command is trying more and it is looping for the last 10 minutes on the same message above!!!<br />
any idea?<br />
Thanks,<br />
DOm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g2-902125243db7d5e697a20ae0137565ac</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-379575</link>
		<dc:creator><![CDATA[g2-902125243db7d5e697a20ae0137565ac]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 20:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-379575</guid>
		<description><![CDATA[Hello,

I tried 
&gt; sqlservr -m 
&gt;sp_addsrvrolemember &#039;&#039;, &#039;sysadmin&#039;
GO
but it could not find the stored procedure... I think there should be something launch before!!!

Thanks,
Dom]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried<br />
&gt; sqlservr -m<br />
&gt;sp_addsrvrolemember &#8221;, &#8216;sysadmin&#8217;<br />
GO<br />
but it could not find the stored procedure&#8230; I think there should be something launch before!!!</p>
<p>Thanks,<br />
Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g2-902125243db7d5e697a20ae0137565ac</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-379568</link>
		<dc:creator><![CDATA[g2-902125243db7d5e697a20ae0137565ac]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 19:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-379568</guid>
		<description><![CDATA[Hello,
I tried sqlcmd but I am still getting the same error:
C:\Users\username&gt;sqlcmd
Msg 18461, Level 14, State 1, Server VOTSPRSTR2, Line 1
Login failed for user &#039;AD\usersname&#039;. Reason: Server is in single user mode. Only one administrator can connect at this time.

C:\Users\username&gt;

SQL Server Agent is not running only SQLServer is running from the services.msc view....


Thanks,
Dom]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I tried sqlcmd but I am still getting the same error:<br />
C:\Users\username&gt;sqlcmd<br />
Msg 18461, Level 14, State 1, Server VOTSPRSTR2, Line 1<br />
Login failed for user &#8216;AD\usersname&#8217;. Reason: Server is in single user mode. Only one administrator can connect at this time.</p>
<p>C:\Users\username&gt;</p>
<p>SQL Server Agent is not running only SQLServer is running from the services.msc view&#8230;.</p>
<p>Thanks,<br />
Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Martinez</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-315397</link>
		<dc:creator><![CDATA[Alex Martinez]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 20:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-315397</guid>
		<description><![CDATA[Ignore my last post,  I modified the startup parameter to be -m;-dC:\Program Files..... 

Not sure if that extra dash is 2008R2 specific, but I compared the startup parameters to another 200R2 instance it it was that way. (minus the -m; of course for the single user mode flag)]]></description>
		<content:encoded><![CDATA[<p>Ignore my last post,  I modified the startup parameter to be -m;-dC:\Program Files&#8230;.. </p>
<p>Not sure if that extra dash is 2008R2 specific, but I compared the startup parameters to another 200R2 instance it it was that way. (minus the -m; of course for the single user mode flag)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Martinez</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-315394</link>
		<dc:creator><![CDATA[Alex Martinez]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 20:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-315394</guid>
		<description><![CDATA[I am having a problem on SQL Server 2008R2 when following the instructions above and get this error &quot;  Error 3(The system cannot find the path specified.) occurred while opening file &#039;master.mdf&#039; to obtain configuration information at startup. An invalid startup option might have caused the error. Verify your startup options, and correct or remove them if necessary.&quot; 

I tried removing the -m; at the startup Parameter to get back to where I was and now my server won&#039;t start with the same messages reported above, and I tried rebooting the server as well.  Any suggestions would be appreciated.]]></description>
		<content:encoded><![CDATA[<p>I am having a problem on SQL Server 2008R2 when following the instructions above and get this error &#8221;  Error 3(The system cannot find the path specified.) occurred while opening file &#8216;master.mdf&#8217; to obtain configuration information at startup. An invalid startup option might have caused the error. Verify your startup options, and correct or remove them if necessary.&#8221; </p>
<p>I tried removing the -m; at the startup Parameter to get back to where I was and now my server won&#8217;t start with the same messages reported above, and I tried rebooting the server as well.  Any suggestions would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patelriki13ikin</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-312977</link>
		<dc:creator><![CDATA[patelriki13ikin]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 10:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-312977</guid>
		<description><![CDATA[Thank u very much....
its working fine....]]></description>
		<content:encoded><![CDATA[<p>Thank u very much&#8230;.<br />
its working fine&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-304488</link>
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Fri, 22 Jun 2012 21:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-304488</guid>
		<description><![CDATA[You the man.  Beat my head for 2 hours and in 3 seconds on your site I found out how to do it correctly.]]></description>
		<content:encoded><![CDATA[<p>You the man.  Beat my head for 2 hours and in 3 seconds on your site I found out how to do it correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbourgon</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-283418</link>
		<dc:creator><![CDATA[mbourgon]]></dc:creator>
		<pubDate>Thu, 10 May 2012 01:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-283418</guid>
		<description><![CDATA[A trick for some of you.
sqlservr -f&quot;sqlcmd&quot;
This is like single-user mode in that in only allows connections from a particular application name. I&#039;ve used it when I need to be the only one connected to the server and single-user mode keeps getting hogged by other connections.]]></description>
		<content:encoded><![CDATA[<p>A trick for some of you.<br />
sqlservr -f&#8221;sqlcmd&#8221;<br />
This is like single-user mode in that in only allows connections from a particular application name. I&#8217;ve used it when I need to be the only one connected to the server and single-user mode keeps getting hogged by other connections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaison</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-271256</link>
		<dc:creator><![CDATA[Jaison]]></dc:creator>
		<pubDate>Tue, 03 Apr 2012 09:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-271256</guid>
		<description><![CDATA[I have changed the startup as single user  by adding the &quot;-m;&quot; and now I am stuck in starting rhe SQL server.  How do I start sqlserver from sqlcmd?

I need to change the password of sa. Thats the requirement.  
Can anyone help?]]></description>
		<content:encoded><![CDATA[<p>I have changed the startup as single user  by adding the &#8220;-m;&#8221; and now I am stuck in starting rhe SQL server.  How do I start sqlserver from sqlcmd?</p>
<p>I need to change the password of sa. Thats the requirement.<br />
Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepali</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-255110</link>
		<dc:creator><![CDATA[deepali]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 06:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-255110</guid>
		<description><![CDATA[thanks Pinal]]></description>
		<content:encoded><![CDATA[<p>thanks Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santosh</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-227476</link>
		<dc:creator><![CDATA[santosh]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-227476</guid>
		<description><![CDATA[hi sir i have the -d,so what i do sir,please explain clearly]]></description>
		<content:encoded><![CDATA[<p>hi sir i have the -d,so what i do sir,please explain clearly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-210912</link>
		<dc:creator><![CDATA[Doc]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 22:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-210912</guid>
		<description><![CDATA[Pinal,
You always have answers!!  How do I block the sql port to user requests?]]></description>
		<content:encoded><![CDATA[<p>Pinal,<br />
You always have answers!!  How do I block the sql port to user requests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-203778</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 17:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-203778</guid>
		<description><![CDATA[Dude ! your a star I must have spent an hour trawling microsoft on how to do this ! yes i found the -m bit but where do i put -m, well done for putting it in terms a noob like me can understand rather than that microsoft waffle.]]></description>
		<content:encoded><![CDATA[<p>Dude ! your a star I must have spent an hour trawling microsoft on how to do this ! yes i found the -m bit but where do i put -m, well done for putting it in terms a noob like me can understand rather than that microsoft waffle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nordlander</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-180824</link>
		<dc:creator><![CDATA[Ben Nordlander]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 14:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-180824</guid>
		<description><![CDATA[I just wanted to thank you. I think i&#039;ve been to this post about 5 times now and am now finally just copying in my notes so i don&#039;t have to search for it everytime. Thank you again for this super helpful tip.]]></description>
		<content:encoded><![CDATA[<p>I just wanted to thank you. I think i&#8217;ve been to this post about 5 times now and am now finally just copying in my notes so i don&#8217;t have to search for it everytime. Thank you again for this super helpful tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talib</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-169953</link>
		<dc:creator><![CDATA[talib]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 13:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-169953</guid>
		<description><![CDATA[i have a scenario

my current OS is crashed and took sqlserver with it but luckly i saved the system database; Now i have installed the fresh copy of sql server with the same build and service pack; 

i want to replace the existing master database with the previous files (master.mdf and ldf) .. Actuly i am missing backup file , what i balieve that if i had master.bak file then i can easy over write the existing database and can restore to a  previouse state but how can i do that with the MDF and LDF files

hopefully i explain it!

Talib Hussain]]></description>
		<content:encoded><![CDATA[<p>i have a scenario</p>
<p>my current OS is crashed and took sqlserver with it but luckly i saved the system database; Now i have installed the fresh copy of sql server with the same build and service pack; </p>
<p>i want to replace the existing master database with the previous files (master.mdf and ldf) .. Actuly i am missing backup file , what i balieve that if i had master.bak file then i can easy over write the existing database and can restore to a  previouse state but how can i do that with the MDF and LDF files</p>
<p>hopefully i explain it!</p>
<p>Talib Hussain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: treat treat</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-157112</link>
		<dc:creator><![CDATA[treat treat]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 13:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-157112</guid>
		<description><![CDATA[Worked a treat.]]></description>
		<content:encoded><![CDATA[<p>Worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RowenMK</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-148334</link>
		<dc:creator><![CDATA[RowenMK]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 20:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-148334</guid>
		<description><![CDATA[Epic WIN! works just perfect on sql 2008 r2, thanks for the help!!]]></description>
		<content:encoded><![CDATA[<p>Epic WIN! works just perfect on sql 2008 r2, thanks for the help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.sqlauthority.com/2009/02/10/sql-server-start-sql-server-instance-in-single-user-mode/#comment-145326</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 02 Jul 2011 15:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=2289#comment-145326</guid>
		<description><![CDATA[OK - so how does this work when you are trying to access a SQL server instance on a domain controller (such as those used for Sharepoint on Small Business Server 2011) as you don&#039;t have the local machine account :(

Thanks
Mark]]></description>
		<content:encoded><![CDATA[<p>OK &#8211; so how does this work when you are trying to access a SQL server instance on a domain controller (such as those used for Sharepoint on Small Business Server 2011) as you don&#8217;t have the local machine account :(</p>
<p>Thanks<br />
Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
