<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edwin M SarmientoSQL Server startup parameters &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/category/sql-server/sql-server-startup-parameters/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>Blank space between startup parameters</title>
		<link>https://www.edwinmsarmiento.com/blank-space-between-startup-parameters/</link>
		<comments>https://www.edwinmsarmiento.com/blank-space-between-startup-parameters/#respond</comments>
		<pubDate>Thu, 05 Nov 2009 16:01:00 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server startup parameters]]></category>
		<category><![CDATA[trace flags]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/2009/11/05/blank-space-between-startup-parameters</guid>

				<description><![CDATA[I was trying to figure out why my startup trace flags don&#8217;t work. While it is mentioned in this Microsoft TechNet article about using semi-colons to separate one startup parameter from another, nothing was mentioned about the leading blank space in between defining the parameters. SQL Server MVP Erland Sommarskog recommended removing the leading blank [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><span style="font-family:arial;">I was trying to figure out why my startup trace flags don&#8217;t work. While it is mentioned in this <a href="http://technet.microsoft.com/en-us/library/ms190699.aspx">Microsoft TechNet article</a> about using semi-colons to separate one startup parameter from another, nothing was mentioned about the leading blank space in between defining the parameters. SQL Server MVP <a href="http://www.sommarskog.se/">Erland Sommarskog </a>recommended removing the leading blank spaces in between the trace flags and parameters like the one in the example below</span></p>
<p><span style="font-weight:bold;font-size:85%;">-dC:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLDATAmaster.mdf;-eC:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGERRORLOG;-lC:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLDATAmastlog.ldf;-T1204;-T1222;-T845;-T1262;-T2330</span></p>
<p>The best way to check if your trace flags are actually enabled during startup is to run the <a href="http://msdn.microsoft.com/en-us/library/ms187809.aspx"><span style="font-size:85%;"><span style="font-weight:bold;">DBCC TRACESTATUS</span></span></a> command or, as Erland suggested, looking at your SQL Server error log and note whether the trace flags are aligned with the other SQL Server parameters like the one below. Notice how aligned the startup parameters are (you can see that the &#8211; symbol are all aligned). A mere leading blank space would definitely cause them not to work.</p>
<p><span style="font-size:85%;"><span style="font-size:78%;"><span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server Registry startup parameters:</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -dC:Program FilesMicrosoft SQL ServerMSSQLDATAmaster.mdf</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -eC:Program FilesMicrosoft SQL ServerMSSQLLOGERRORLOG</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -lC:Program FilesMicrosoft SQL ServerMSSQLDATAmastlog.ldf</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -T1204</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -T1222</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -T845</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -T1262</span><br />
<span style="font-weight:bold;font-style:italic;">2009-11-05 10:49:36.010 Server -T2330</span></span><br />
</span></p>
<div class="blogger-post-footer"><img decoding="async" src="" alt="" width="1" height="1" /></div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/blank-space-between-startup-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">203</post-id>	</item>
	</channel>
</rss>