Search This Blog

Google Analytics

Friday, December 05, 2008

Change Instance Name of SQL Server

The below article is a valuable source and provides clear instruction on how to change instance name of SQL Server.

The key is the below statements.
sp_dropserver 'old_name'
go
sp_addserver 'new_name','local'
go

How To: Change Instance Name Of SQL Server [via]

No comments:

Post a Comment

Do provide your constructive comment. I appreciate that.

Popular Posts