<?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/"
		>
<channel>
	<title>Comments on: Script to Rename an SQL Server Instance</title>
	<atom:link href="http://rasql.com/2010/03/script-to-rename-sqlserver-instance/feed/" rel="self" type="application/rss+xml" />
	<link>http://rasql.com/2010/03/script-to-rename-sqlserver-instance/</link>
	<description>Ra Osolage&#039;s SQL Server Blog</description>
	<lastBuildDate>Sun, 11 Jul 2010 22:26:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Osolage</title>
		<link>http://rasql.com/2010/03/script-to-rename-sqlserver-instance/comment-page-1/#comment-21</link>
		<dc:creator>Osolage</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://rasql.com/?p=12#comment-21</guid>
		<description>Apologies for not getting to your comment in so long, Chris. I&#039;ve been away from my blog for a while. Did you see the script in the blog post? It&#039;s at the bottom. It will handle hypens or anything else for that matter. You merely need to save it to a SQL file and then call it from SQLCMD, supplying the insance name and login information of course. Let me know if you have any other questions.</description>
		<content:encoded><![CDATA[<p>Apologies for not getting to your comment in so long, Chris. I&#8217;ve been away from my blog for a while. Did you see the script in the blog post? It&#8217;s at the bottom. It will handle hypens or anything else for that matter. You merely need to save it to a SQL file and then call it from SQLCMD, supplying the insance name and login information of course. Let me know if you have any other questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toph</title>
		<link>http://rasql.com/2010/03/script-to-rename-sqlserver-instance/comment-page-1/#comment-19</link>
		<dc:creator>toph</dc:creator>
		<pubDate>Mon, 26 Apr 2010 19:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://rasql.com/?p=12#comment-19</guid>
		<description>I don&#039;t see the script posted... I currently have a script right now that does the same thing, but it does not handle Hyphens( - ) in the add new server name. Can yours?

&quot;%PROGRAMFILES(X86)%\Microsoft SQL Server\90\Tools\Binn\SQLCMD&quot; -S &quot;127.0.0.1&quot; -Q &quot;EXEC sp_dropserver @server = @@servername&quot;
&quot;%PROGRAMFILES(X86)%\Microsoft SQL Server\90\Tools\Binn\SQLCMD&quot; -S &quot;127.0.0.1&quot; -Q &quot;EXEC sp_addserver %COMPUTERNAME%, &#039;local&#039;&quot;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the script posted&#8230; I currently have a script right now that does the same thing, but it does not handle Hyphens( &#8211; ) in the add new server name. Can yours?</p>
<p>&#8220;%PROGRAMFILES(X86)%\Microsoft SQL Server\90\Tools\Binn\SQLCMD&#8221; -S &#8220;127.0.0.1&#8243; -Q &#8220;EXEC sp_dropserver @server = @@servername&#8221;<br />
&#8220;%PROGRAMFILES(X86)%\Microsoft SQL Server\90\Tools\Binn\SQLCMD&#8221; -S &#8220;127.0.0.1&#8243; -Q &#8220;EXEC sp_addserver %COMPUTERNAME%, &#8216;local&#8217;&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

