Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Problem in adding Server name

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-04-08 : 09:07:03
Kavita writes "Hello,
I am having Windows 2000 server Operating Server and
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.0 (Build 2195: Service Pack 4)

I Changed my machines name from 'Chakravarthy' To 'Kavita'.
Then I registerd 'Kavita' in SQL Server Group. But I was not getting in Sysservers Table, So I deleted 'Chakravarthy' using SP_DropServer and Added 'kavita' thru sp_AddServerName 'Kavita','Local'. I stoped SQl Server and then again restarted it. Again 'Kavita' in SQL Server Group. Now if I am firing sql statment in Query analyser 'select * from Sysservers', still I am not getting the name 'Kavita' and 'Chakravarthy' is still there. I am not getting what is going on and How to handle this problem ?

My Top level group is still 'Chakravarthy' But it doesn't work and shows connection failed.

Thanks and regards
Kavita"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-04-08 : 11:49:28
When you say top level group, do you mean inside Enterprise Manager? The registered groups and servers? If so, that doesn't have anything to do with the internals of SQL Server. You have to manually unregister that server, then register your new server.

Tara
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-04-08 : 12:49:32
If Tara didn't solve your problem which it sounds like she did, run

SELECT @@SERVERNAME and tell us what it say.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -