We have a new machine, we'll call it JAK_NEWSERVER, with a default instance of 2000 installed on it. When calling @@ServerName, it properly returns JAK_NEWSERVER.
Now, the admin troupe has rename the server to just NEWSERVER. They like to make changes. This also renamed the SQL ServerName. I can connect to the server fine from several sources using the new server name, so that's not an issue.
The problem is that @@ServerName is still returning the old name with the JAK_ prefix. Any ideas why it's not returning the correct name, or where to fix it?
Thanks
Now, the admin troupe has rename the server to just NEWSERVER. They like to make changes. This also renamed the SQL ServerName. I can connect to the server fine from several sources using the new server name, so that's not an issue.
The problem is that @@ServerName is still returning the old name with the JAK_ prefix. Any ideas why it's not returning the correct name, or where to fix it?
Thanks