dbTalk Databases Forums  

Instance name vs servername

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Instance name vs servername in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jantaneey@gmail.com
 
Posts: n/a

Default Instance name vs servername - 12-29-2007 , 11:29 AM






Someone renamed a server from 2A to A.
When I do @@servername I get 2A.
The server/machine name is 2.

Should my triggers say 2A or 2? Does it matter?

Thanks

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Instance name vs servername - 12-29-2007 , 12:55 PM






(jantaneey (AT) gmail (DOT) com) writes:
Quote:
Someone renamed a server from 2A to A.
When I do @@servername I get 2A.
The server/machine name is 2.

Should my triggers say 2A or 2? Does it matter?
EXEC sp_dropserver '2A'
EXEC sp_addserver 'A', 'local'

Restart SQL Server. After this, @@servername should return the correct
value.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
  #3  
Old   
jantaneey@gmail.com
 
Posts: n/a

Default Re: Instance name vs servername - 12-29-2007 , 02:06 PM



On Dec 29, 12:55*pm, Erland Sommarskog <esq... (AT) sommarskog (DOT) se> wrote:
Quote:
*(jantan... (AT) gmail (DOT) com) writes:
Someone renamed a server from 2A to A.
When I do @@servername I get 2A.
The server/machine name is 2.

Should my triggers say 2A or 2? *Does it matter?

EXEC sp_dropserver '2A'
EXEC sp_addserver 'A', 'local'

Restart SQL Server. After this, @@servername should return the correct
value.

--
Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Thanks... Do you think have the old name will have caused performance
problems?



Reply With Quote
  #4  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Instance name vs servername - 12-29-2007 , 05:18 PM



(jantaneey (AT) gmail (DOT) com) writes:
Quote:
Thanks... Do you think have the old name will have caused performance
problems?
I don't what possible performance problems you have experienced, or how
you use @@servername, so I cannot really comment.



--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.