When you need to change the name of the server in the operating system and you need to change the name of the SQL Server
- First of all Backup your databases
- select @@SERVERNAME then it returns the the name of the SQL Server
- sp_dropserver 'jmc-pc' name of the server
- go
- sp_addserver 'ws-jmc', local
- go
- repeat step 2 after restarting SQL Server to check if the name of SQL Server is OK
- More Information in http://msdn.microsoft.com/en-
us/library/ms143799.aspx
Related Posts:
2 Responses to “Renaming SQL SERVER”
bem interessante , mas porquê que partilhas os teus conhecimentos em "f*cking" inglês and not in português ???
continuação de bom trabalho...
Caro, tenho também o mesmo Blog em Português em http://ittechblogers.blogspot.com
Grato pela Atenção,
Jorge Cunha
Post a Comment