RE: Renaming the SQL Server PC
From: Aleksandar Grbic (AleksandarGrbic_at_discussions.microsoft.com)
Date: 01/26/05
- Next message: Sue Hoegemeier: "Re: Renaming the SQL Server PC"
- Previous message: Wozza: "Decimal raised to power produces wrong answer"
- In reply to: Brian: "Renaming the SQL Server PC"
- Next in thread: Sue Hoegemeier: "Re: Renaming the SQL Server PC"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 05:43:08 -0800
exec sp_dropserver 'servername'
exec sp_addserver 'newservername', 'local'
rename pc and restart
"Brian" wrote:
> I have to re-name the PC that I have SQL Server running on, the SQL instance
> has the same name as the PC, will I have to rename the SQL instance also?
>
> Thanks,
> Brian
>
>
>
- Next message: Sue Hoegemeier: "Re: Renaming the SQL Server PC"
- Previous message: Wozza: "Decimal raised to power produces wrong answer"
- In reply to: Brian: "Renaming the SQL Server PC"
- Next in thread: Sue Hoegemeier: "Re: Renaming the SQL Server PC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|