Find out the server instance name
- sp_helpserver
- select @@servername
Modify the instance name
- sp_dropserver ‘old_name’
- go
- sp_addserver ‘new_name’,‘local’
- go
Programming and windows tips and tricks.
Find out the server instance name
Modify the instance name