![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
There could be an issue with the server's name: Use Master go Select @@Servername This should return your current server name but if it returns NULL then try: Use Master go exec Sp_DropServer 'OldName' go Use Master go exec Sp_Addserver 'NewName', 'local' go Then stop and Start SQL Services. HTH, Paul Ibison |
![]() |
| Thread Tools | |
| Display Modes | |
| |