We are going through the process of moving SQL databases from one server to another.
Yesterday, we successfully did a TEST using these steps to rename the new server's machine name to the old server's machine name:
1. Renamed the server's machine name itself
2. In QA, sp_dropserver and sp_addserver, then select @@servername to confirm the new name. Worked OK... and could use QA.
Now, we are reverting back to the original set up (remember, the previous steps were a TEST).
We successfully renamed the new machine back to it's original machine name, and did the sp_dropserver and sP_addserver... then stopped and started the SQL Server service.
Now when we do a SELECT @@servername we get NULL... when we run SELECT * from master..sysservers we get the correct results (the original name)... BUT when I try to use Query Analyzer I get this error message:
SQL Server does not exist or access denied.
ConnectionOpen
We have stopped and started the SQL service several times, but can't seem to get to get QA to connect to this instance of SQL Server.
Any ideas?
Yesterday, we successfully did a TEST using these steps to rename the new server's machine name to the old server's machine name:
1. Renamed the server's machine name itself
2. In QA, sp_dropserver and sp_addserver, then select @@servername to confirm the new name. Worked OK... and could use QA.
Now, we are reverting back to the original set up (remember, the previous steps were a TEST).
We successfully renamed the new machine back to it's original machine name, and did the sp_dropserver and sP_addserver... then stopped and started the SQL Server service.
Now when we do a SELECT @@servername we get NULL... when we run SELECT * from master..sysservers we get the correct results (the original name)... BUT when I try to use Query Analyzer I get this error message:
SQL Server does not exist or access denied.
ConnectionOpen
We have stopped and started the SQL service several times, but can't seem to get to get QA to connect to this instance of SQL Server.
Any ideas?