<?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>michaelcolson.com &#187; sql server</title>
	<atom:link href="http://www.michaelcolson.com/category/microsoft/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelcolson.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 14:54:29 +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>Transfer Logins Between SQL Server Instances</title>
		<link>http://www.michaelcolson.com/2010/01/18/transfer-logins-between-sql-server-instances/</link>
		<comments>http://www.michaelcolson.com/2010/01/18/transfer-logins-between-sql-server-instances/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 18:25:32 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=337</guid>
		<description><![CDATA[There are any number of reasons that you might need to transfer the logins between instances of SQL Server.  One of the most common times this is necessary is when performing a SQL Server consolidation or migration.  The good news is that its a fairly easy task to perform for several generations of SQL [...]]]></description>
			<content:encoded><![CDATA[<p>There are any number of reasons that you might need to transfer the logins between instances of SQL Server.  One of the most common times this is necessary is when performing a SQL Server consolidation or migration.  The good news is that its a fairly easy task to perform for several generations of SQL Server.</p>
<p><span id="more-337"></span></p>
<p>Most of the older SQL Server versions required you to create a data transformation services (DTS) job to transfer the logins while the newer versions all you to execute some SQL scripts.  Either way Microsoft has produced two knowledge base articles on both procedures:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/246133">http://support.microsoft.com/kb/246133</a></li>
<li><a href="http://support.microsoft.com/kb/918992">http://support.microsoft.com/kb/918992</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2010/01/18/transfer-logins-between-sql-server-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualCenter 2 with SQL Server 2005</title>
		<link>http://www.michaelcolson.com/2007/07/30/virtualcenter-2-sql-2005/</link>
		<comments>http://www.michaelcolson.com/2007/07/30/virtualcenter-2-sql-2005/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 12:52:35 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[virtualcenter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=61</guid>
		<description><![CDATA[VMware now officially supports running the VirtualCenter database on SQL Server 2005.  As you may have expected there are a few caveats and a handful of configuration items you need to take into consideration.  However, for the most part this is great news and will allow you to *finally* get rid of those SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>VMware now officially supports running the VirtualCenter database on SQL Server 2005.  As you may have expected there are a few caveats and a handful of configuration items you need to take into consideration.  However, for the most part this is great news and will allow you to *finally* get rid of those SQL Server 2000 servers.</p>
<p><span id="more-61"></span></p>
<ul>
<li>The account used by VC to access the database must be set as the owner of the database and must also have the db_owner rights to the database.</li>
<li>The only supported ODBC driver is the older &#8220;SQL Server&#8221; driver, the newer &#8220;SQL Native Client&#8221; is not yet supported by VMware.</li>
</ul>
<p>For a new installation of VirtualCenter with a SQL Server 2005 back end follow these basic steps:</p>
<ol>
<li>Launch the SQL Management Studio and connect to the desired server and instance.</li>
<li>Create a new login (<strong>vclogin</strong>) for VirtualCenter to use.</li>
<li>Create a new database (<strong>VCDB</strong>) and remember to set the owner to <strong>vclogin</strong>.
<ul>
<li>This action should have mapped <strong>vclogin</strong> to the <strong>dbo</strong> on the <strong>VCDB</strong> database.</li>
</ul>
</li>
<li>Modify the <strong>vclogin</strong> settings and change the default database to <strong>VCDB</strong>.</li>
<li>Install VirtualCenter.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2007/07/30/virtualcenter-2-sql-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 7 on Windows 2000 Server</title>
		<link>http://www.michaelcolson.com/2006/08/09/sql-7-windows-2000/</link>
		<comments>http://www.michaelcolson.com/2006/08/09/sql-7-windows-2000/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 18:19:54 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://mcolson.wordpress.com/?p=30</guid>
		<description><![CDATA[You cannot install SQL Server 7.0 on Windows 2000 Server using Terminal Services.  You must connect to the console.  Microsoft has documented this in a knowledge base article.  http://support.microsoft.com/kb/246694

As you read through the article note that Microsoft suggests installing NetMeeting 3.01 and using the desktop sharing feature of NetMeeting to accomplish the SQL Server 7.0 [...]]]></description>
			<content:encoded><![CDATA[<p>You cannot install SQL Server 7.0 on Windows 2000 Server using Terminal Services.  You must connect to the console.  Microsoft has documented this in a knowledge base article.  <a href="http://support.microsoft.com/kb/246694">http://support.microsoft.com/kb/246694</a></p>
<p><span id="more-9"></span></p>
<p>As you read through the article note that Microsoft suggests installing NetMeeting 3.01 and using the desktop sharing feature of NetMeeting to accomplish the SQL Server 7.0 install.</p>
<p>Unless you really feel the need to use NetMeeting I would recommend Dameware or Gencontrol for the SQL Server 7.0 install.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2006/08/09/sql-7-windows-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
