<?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>danejeffrey.com &#187; SQL Server</title>
	<atom:link href="http://danejeffrey.com/blog/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://danejeffrey.com/blog</link>
	<description>Good ways to break things.</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:27:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server 2005 Server Level Collation Sequence</title>
		<link>http://danejeffrey.com/blog/2010/02/12/sql-server-2005-server-level-collation-sequence/</link>
		<comments>http://danejeffrey.com/blog/2010/02/12/sql-server-2005-server-level-collation-sequence/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:52:04 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=282</guid>
		<description><![CDATA[Installing a new SQL Server 2005 instance that requires SQL_Latin1_General_CP1_CI_AS collation sequence at the server level. This is the install default if the server&#8217;s Regional Settings are English (United States) &#8211; this particular server wasn&#8217;t. Found plenty of information online regarding changing the server collation sequence but the exact process escaped me. Below is really [...]]]></description>
			<content:encoded><![CDATA[<p>Installing a new SQL Server 2005 instance that requires SQL_Latin1_General_CP1_CI_AS collation sequence at the server level. This is the install default if the server&#8217;s Regional Settings are English (United States) &#8211; this particular server wasn&#8217;t. Found plenty of information online regarding changing the server collation sequence but the exact process escaped me. Below is really just about formatting the command but may help someone&#8230;</p>
<p>To change the server level collation, a rebuild of system databases is required. Do this by running setup.exe (the installer) from the command line. The following command from Books Online (search for &#8216;run setup from command prompt&#8217;) is exactly what is required:</p>
<p><code>start /wait <DVD Drive>\setup.exe /qn INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=<NewStrongPassword> SQLCOLLATION=<NewSystemCollation></code></p>
<p>Note the <DVD Drive> location is specified. This is required even though you will be running this from the location that setup.exe is in. I was running it from a local folder path (not a CD/DVD drive) and it required the path to setup.exe in full (i.e. can&#8217;t just use &#8220;setup.exe /qn &#8230;&#8221; even if your are at the location setup.exe is in) otherwise it would fail to locate SQLRun_SQL.msi or SQLrun.msi, can&#8217;t recall which.</p>
<p>The /qn switch which is for msiexec. It will run the setup process with no UI, it could also run with /qb, probably just as fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2010/02/12/sql-server-2005-server-level-collation-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
