Instance name vs servername
Someone renamed a server from 2A to A.
When I do [at] [at] servername I get 2A.
The server/machine name is 2.
Should my triggers say 2A or 2? Does it matter?
Thanks
Re: Instance name vs servername
(jantaneey [at] gmail.com) writes:
> Someone renamed a server from 2A to A.
> When I do [at] [at] 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, [at] [at] servername should return the correct
value.
--
Erland Sommarskog, SQL Server MVP, esquel [at] sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downlo ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books .mspx
Re: Instance name vs servername
On Dec 29, 12:55=A0pm, Erland Sommarskog <esq... [at] sommarskog.se> wrote:
> =A0(jantan... [at] gmail.com) writes:
> > Someone renamed a server from 2A to A.
> > When I do [at] [at] servername I get 2A.
> > The server/machine name is 2.
>
> > Should my triggers say 2A or 2? =A0Does it matter?
>
> EXEC sp_dropserver '2A'
> EXEC sp_addserver 'A', 'local'
>
> Restart SQL Server. After this, [at] [at] servername should return the correct
> value.
>
> --
> Erland Sommarskog, SQL Server MVP, esq... [at] sommarskog.se
>
> Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodte=
chnol/sql/2005/downloads/books...
> Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/p=
reviousversions/books.mspx
Thanks... Do you think have the old name will have caused performance
problems?
Re: Instance name vs servername
(jantaneey [at] gmail.com) writes:
> 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 [at] [at] servername, so I cannot really comment.
--
Erland Sommarskog, SQL Server MVP, esquel [at] sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downlo ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books .mspx