Re: Changing Instance Name
From: Jasper Smith (jasper_smith9@hotmail.com)
Date: 02/22/03
- Next message: shakti: "Re: Can Slammer affect the database servers even if UDP 1434 port is blocked"
- Previous message: Lionel Johnson: "RE: SQL2000 Network encryption"
- In reply to: Tracy: "Changing Instance Name"
- Next in thread: Tracy: "Re: Changing Instance Name"
- Reply: Tracy: "Re: Changing Instance Name"
- Reply: Tracy: "Re: Changing Instance Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jasper Smith" <jasper_smith9@hotmail.com> Date: Fri, 21 Feb 2003 23:53:32 -0000
You need to update the server with the name change
use master
go
sp_dropserver 'oldservername'
go
sp_addserver 'newservername','local'
go
Then restart the SQL Service and run
select @@servername
to confirm the name has changed
Having read your question again, I'm not entirely sure
what your problem is. What exactly is wrong ?
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Tracy" <tracy@kpila.com> wrote in message news:024301c2d9fc$c3998780$a401280a@phx.gbl... > Hi, All, > > Does anyone out there know how someone could change the > name of a SQL Server instance ... not the named > instance. We only have one instance running and it took > the name of the box it was on. > > Earlier today, that name was changed and our apps blew > up. We tried to install another instance with the same > previous name and it said that name already existed ... > but it wasn't showing up in the local Ent Mngr. The only > one there was some other name that none of us knew. Then > we just tried to register the server, and it registered. > I tried pinging this unknown name, but it doesn't > resolve. > > Any ideas would be very helpful. > > Thanks! >
- Next message: shakti: "Re: Can Slammer affect the database servers even if UDP 1434 port is blocked"
- Previous message: Lionel Johnson: "RE: SQL2000 Network encryption"
- In reply to: Tracy: "Changing Instance Name"
- Next in thread: Tracy: "Re: Changing Instance Name"
- Reply: Tracy: "Re: Changing Instance Name"
- Reply: Tracy: "Re: Changing Instance Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|