Hi,
We renamed our NT4.0 (SP6a) server in which SQL Server 2000 is residing (sp3).
The SQL Server recognized the new name immediately but it was recognizing the old name also.
We ran the following command in the QA:
sp_dropserver 'old server name'
sp_addserver 'new server name', 'local'
Still old and new registration to the server exists.
select @@servername shows new servername. But I am able to register using both old and new names.
Any suggetions on why this could happen?
Thanks in advance.