Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / December 2007

Tip: Looking for answers? Try searching our database.

Instance name vs servername

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jantaneey@gmail.com - 29 Dec 2007 17:29 GMT
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
Erland Sommarskog - 29 Dec 2007 18:55 GMT
> 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.

Signature

Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

jantaneey@gmail.com - 29 Dec 2007 20:06 GMT
>  (jantan...@gmail.com) writes:
> > Someone renamed a server from 2A to A.
[quoted text clipped - 14 lines]
> 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?
Erland Sommarskog - 29 Dec 2007 23:18 GMT
> 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.

Signature

Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.