 




<?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: Add/Rename SQL Server 2005 Server Name</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 23:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/#comment-97376</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Tue, 04 Oct 2011 18:04:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-97376</guid>
		<description><![CDATA[It didn&#039;t get added as the local server.  Are you sure to ran the sp_addserver with the &#039;local&#039; parameter?  Run the following then restart the SQL Server instance.  That should do the trick.  The server is added correctly when it has a server_id of 0.

&lt;pre&gt;exec sp_dropserver &#039;RAYNEW&#039;
GO
EXEC sp_addserver &#039;RAYNEW&#039;, &#039;LOCAL&#039;
GO&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>It didn&#8217;t get added as the local server.  Are you sure to ran the sp_addserver with the &#8216;local&#8217; parameter?  Run the following then restart the SQL Server instance.  That should do the trick.  The server is added correctly when it has a server_id of 0.</p>
<pre>exec sp_dropserver 'RAYNEW'
GO
EXEC sp_addserver 'RAYNEW', 'LOCAL'
GO</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Most-Watched IT Questions: October 4, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/#comment-97352</link>
		<dc:creator>The Most-Watched IT Questions: October 4, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 04 Oct 2011 06:55:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-97352</guid>
		<description><![CDATA[[...] 10. Have any help for a member looking to add/rename SQL Server 2005 server name? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 10. Have any help for a member looking to add/rename SQL Server 2005 server name? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itspirit</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/#comment-96968</link>
		<dc:creator>itspirit</dc:creator>
		<pubDate>Fri, 23 Sep 2011 05:36:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-96968</guid>
		<description><![CDATA[After executing &quot;Select * from sys.servers&quot; query i am getting following view

1	RAYNEW	SQL Server 	SQLNCLI	RAYNEW	NULL	NULL	NULL	0	0	0	1	1	0	0	1	NULL	0	0	0	0	0	0	2011-09-20 15:05:12.937]]></description>
		<content:encoded><![CDATA[<p>After executing &#8220;Select * from sys.servers&#8221; query i am getting following view</p>
<p>1	RAYNEW	SQL Server 	SQLNCLI	RAYNEW	NULL	NULL	NULL	0	0	0	1	1	0	0	1	NULL	0	0	0	0	0	0	2011-09-20 15:05:12.937</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.010 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 01:09:38 -->