﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Change company name in SQL Server 2005 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 07:31:55 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Nope, I'm about to start a new install of 2005 and see if I see it. Don't remember the "name/company" thing in the R2 install I did</description><pubDate>Thu, 03 Feb 2011 14:14:08 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>I looked in the registry, and in almost every file I could think of on the drives, and under the rock in my backyard.   I couldn't find it. I installed SQL 2005 on a spare machine, express, developer, standard, and enterprise.  The question didn't appear. I went to help, about in SSMS.  Nothing.Are we sure the original poster isn't talking about Office? :-P</description><pubDate>Thu, 03 Feb 2011 11:38:30 GMT</pubDate><dc:creator>Michael L John</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Changing the instance name works fine, as the last two posters have noted, but this thread was about changing the "Company Name" on the installation. That I am not sure of where it's stored, or even surfaced for SQL Server.</description><pubDate>Thu, 03 Feb 2011 10:32:09 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>crazy4sql, I don't want to appear rude, but you're wrong.  My experience of renaming local instances using those procs is the same as Michael's. To quote the BOL entry I mentioned in my last post:[quote]To verify that the renaming operation has completed successfullySelect information from either @@servername or sys.servers. The @@servername function will return the new name, and the sys.servers table will show the new name.[/quote]And that's exactly what happens, sweet as a nut.</description><pubDate>Thu, 03 Feb 2011 08:19:19 GMT</pubDate><dc:creator>Cath Trimble</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Just to make sure I am not insane, I took one of our dev boxes, renamed the MACHINE from Dev001 to Dev010, re-added it to Active Directory, and used sp_dropserver /sp_addserver.When I run SELECT @@SERVERNAME, it returns "DEV010".I just did this on 4 machines last week when moving them from dev to production.  This is a typical scenario that I have encountered many times.For example, a new server is purchased as a replacement.  Let's call them OldServer and NewServer.NewServer is configured, updated, patched and all the other things that you need to do in this situation.  Once the change over is scheduled to occur, we backup the DB's from OldServer and move them to a common storage location.At this point, OldServer gets physically shut down.NewServer is brought on-line, the MACHINE is renamed to OldServer, and aded to Active Directory.SQL Server is renamed, the databases are restored, and everything works perfectly.Maybe in SQL 6.0/6.5 would a rename require a reinstall, but this has been available since 7.0</description><pubDate>Thu, 03 Feb 2011 07:28:07 GMT</pubDate><dc:creator>Michael L John</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>[quote]sp_dropserver &amp;lt;old_name&amp;gt;GOsp_addserver &amp;lt;new_name&amp;gt;, localGOis exactly how to do it.  As I have many times.[/quote]Agree cath, but it will not remove the original name of the server which you will get by 'Select @@servername'. This is just for linked server. You can rename your server by your query to other name in linked server.For confirmation, Go to SSMS--ServerObjects--LinkedServers.... and then try your queries.you will see names are getting modified/added there.</description><pubDate>Thu, 03 Feb 2011 04:20:28 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>crazy4sql, if you look in BOL at the topic How to: Rename a Stand-Alone Instance of SQL Server 2005, you'll see thatsp_dropserver &amp;lt;old_name&amp;gt;GOsp_addserver &amp;lt;new_name&amp;gt;, localGOis exactly how to do it.  As I have many times.</description><pubDate>Thu, 03 Feb 2011 03:21:01 GMT</pubDate><dc:creator>Cath Trimble</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>[quote][b]Michael L John (2/2/2011)[/b][hr][quote][b]crazy4sql (1/31/2011)[/b][hr]its as simple as this.....as you cant rename the system database, similarly you cant rename the servername[/quote]This is what you said in a previous post.  Were you referring to something else?[/quote]Dont tell me you dont know the difference between linked server and real server. The query suggest above is useful for renaming linked server.But whatever the case, As steve suggested follow that and close this topic.</description><pubDate>Wed, 02 Feb 2011 18:22:54 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>My question would be why do you care about the company name in the documentation? It's not tied to a license, and no one would see it. SSMS != SQL Server, and I'm not sure why you think this is an issue.</description><pubDate>Wed, 02 Feb 2011 18:19:23 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>[quote][b]crazy4sql (1/31/2011)[/b][hr]its as simple as this.....as you cant rename the system database, similarly you cant rename the servername[/quote]This is what you said in a previous post.  Were you referring to something else?</description><pubDate>Wed, 02 Feb 2011 18:05:01 GMT</pubDate><dc:creator>Michael L John</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>[quote]1) sp_dropserver 'OldServerName'    2) sp_addserver 'NewServerName', local 3) then Retstart mssql[/quote]this is useful for linked server.</description><pubDate>Wed, 02 Feb 2011 17:59:59 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>try renamming  the server 1) sp_dropserver 'OldServerName'    2) sp_addserver 'NewServerName', local 3) then Retstart mssqlto verify  -- select * from master..sysservers the NewServerName   srvrid column should be  0</description><pubDate>Wed, 02 Feb 2011 10:34:22 GMT</pubDate><dc:creator>Himmat Singh</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Why can't you rename a server?  I have done it many times.</description><pubDate>Tue, 01 Feb 2011 05:29:23 GMT</pubDate><dc:creator>Michael L John</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Wait a minute....I've installed SQL 2005 a few zillion times and, unless my memory is failing miserably, I do not remember anyplace to enter the company name during installation. What version of SQL 2005 are you using? Secondly, if this is stored in the same places as most other Microsoft software, the setting is in the registry and it can be changed.  I was part of an organization that was bought out and we had to change the registration on 3000 desktops and 120 servers.  It was scripted by one of the sys admins using Powershell.  Lastly, what does this matter?  This information does not appear in anything important.</description><pubDate>Tue, 01 Feb 2011 05:27:07 GMT</pubDate><dc:creator>Michael L John</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>ReinstallThanx</description><pubDate>Tue, 01 Feb 2011 05:11:17 GMT</pubDate><dc:creator>sahu.ramesh</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>ReinstallThanx</description><pubDate>Tue, 01 Feb 2011 05:11:17 GMT</pubDate><dc:creator>sahu.ramesh</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>ReinstallThanx</description><pubDate>Tue, 01 Feb 2011 05:11:16 GMT</pubDate><dc:creator>sahu.ramesh</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>ok, thanks guys for providing the solutions.</description><pubDate>Tue, 01 Feb 2011 05:06:36 GMT</pubDate><dc:creator>beejug1983</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>REINSTALL is the only Option You have:smooooth:</description><pubDate>Mon, 31 Jan 2011 23:52:04 GMT</pubDate><dc:creator>scorpianprince</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>[b]REINSTALL[/b]</description><pubDate>Mon, 31 Jan 2011 23:06:35 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>I dont want to rename my server name, the question was how to edit the registration information like at the time of installation SQL Server ask for name and company name I put wrong company name over there how can now I change that wrong company name ?</description><pubDate>Mon, 31 Jan 2011 23:00:46 GMT</pubDate><dc:creator>beejug1983</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>its as simple as this.....as you cant rename the system database, similarly you cant rename the servername</description><pubDate>Mon, 31 Jan 2011 22:48:46 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>I think we can change it by using serverproperty but I dont know how to use that statement.</description><pubDate>Mon, 31 Jan 2011 22:43:04 GMT</pubDate><dc:creator>beejug1983</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Even, I have the same opinion.Cheers,Satnam</description><pubDate>Mon, 31 Jan 2011 22:37:51 GMT</pubDate><dc:creator>Satnam Singh</dc:creator></item><item><title>RE: Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>The only option I can see here is reinstall sql server with new/correct instance name and attach the database from old instance.</description><pubDate>Mon, 31 Jan 2011 22:27:33 GMT</pubDate><dc:creator>crazy4sql</dc:creator></item><item><title>Change company name in SQL Server 2005</title><link>http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx</link><description>Hi,I have installed SQL Server 2005, I put wrong company name while installing. Now the installation process completed how can I change the wrong company name.Thanks in advance :)</description><pubDate>Mon, 31 Jan 2011 22:16:20 GMT</pubDate><dc:creator>beejug1983</dc:creator></item></channel></rss>