 




<?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>IT Answers &#187; SQL Server name</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 07:53:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Add/Rename SQL Server 2005 Server Name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:33:47 +0000</pubDate>
		<dc:creator>itspirit</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server name]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi experts, I have am trying to rename and add new server name to Microsoft SQL server 2005. I as using following steps for rename step 1. select @@servername &#8216; for seeing current server name step 2. sp_dropserver &#8216;ray&#8217; &#8216; for deleting current server step 3. sp_addserver &#8216;raynew&#8217;, local &#8216; for adding new servername step [...]]]></description>
				<content:encoded><![CDATA[<p>Hi experts, I have am trying to rename and add new server name to Microsoft SQL server 2005. I as using following steps for rename step 1. select @@servername &#8216; for seeing current server name step 2. sp_dropserver &#8216;ray&#8217; &#8216; for deleting current server step 3. sp_addserver &#8216;raynew&#8217;, local &#8216; for adding new servername step 4. select @@servername &#8216; for seeing new servername added or not i am getting new server name but unable to login with this new server name i restarted sql services and restart system also but unable to login please help. Thanks Pardeep</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/addrename-sql-server-2005-server-name/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>anybody can tell me that how to create setup which will accept database name &amp; server name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/anybody-can-tell-me-that-how-to-create-setup-which-will-accept-database-name-server-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/anybody-can-tell-me-that-how-to-create-setup-which-will-accept-database-name-server-name/#comments</comments>
		<pubDate>Mon, 24 May 2010 10:23:34 +0000</pubDate>
		<dc:creator>Vshikarpursan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database name]]></category>
		<category><![CDATA[Setup and deployment]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server name]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[anybody can tell me that how to create setup which will accept database name &#038; server name trhough which i can create database in perticular server during setting up the application. i mean to say i don want create manually in sql Server, which should be created during sepup only]]></description>
				<content:encoded><![CDATA[<p>anybody can tell me that how to create setup which will accept database name &#038; server name trhough which i can create database in perticular server during setting up the application. i mean to say i don want create manually in sql Server, which should be created during sepup only</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/anybody-can-tell-me-that-how-to-create-setup-which-will-accept-database-name-server-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing SQL Server name and SQL Server group name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/changing-sql-server-name-and-sql-server-group-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/changing-sql-server-name-and-sql-server-group-name/#comments</comments>
		<pubDate>Mon, 11 May 2009 07:18:07 +0000</pubDate>
		<dc:creator>Db23</dc:creator>
				<category><![CDATA[SQL Server group name]]></category>
		<category><![CDATA[SQL Server name]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have notice that our dev and prod SQL Server has SQL Server name and SQL Server group name that is different to the machine name. We are planning to change it to match the machine name. To do this, from what we have read, you change the SQL Server name using the sp [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I have notice that our dev and prod SQL Server has SQL Server name and SQL Server group name that is different to the machine name. </p>
<p>We are planning to change it to match the machine name. To do this, from what we have read, you change the SQL Server name using the sp stored procedures to drop then re-add server with the machine name, then you change the Windows SQL Server group name replacing any reference to the old machine name with the current machine name, then you drop the SQL Server group and re-add the group. Do I need to do anything else? And most importantly is a common or risky thing to do?</p>
<p>Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/changing-sql-server-name-and-sql-server-group-name/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.023 seconds using memcached
Object Caching 451/484 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 08:26:54 -->