I am unsure of how to modify the servername on a SQL 7.0 machine.
The problem is that when I execute "SELECT @@SERVERName", it returns <wrongservername>, when really I should be getting <rightservername>. The physical machine is named <rightservername>. I think at one time, my predecessors had name the server <wrongservername>, and then decided to change the server name, but did not do a complete job.
This is an issue because I am trying to run some diagnostics software that is trying to reference the server as <rightservername>, but is seeing <wrongservername>, and thus cannot connect to <rightservername>.
Also, will changing the servername have potential side effects? Nothing that I am aware of references <wrongservername> on our network or in code or anythignlike that.
Thanks in Advance,
DMill
======================================
"I wish that I may never think the smiles of the great and powerful a sufficient inducement to turn aside from the straight path of honesty and the convictions of my own mind."
-David Ricardo, classical economist
======================================
The problem is that when I execute "SELECT @@SERVERName", it returns <wrongservername>, when really I should be getting <rightservername>. The physical machine is named <rightservername>. I think at one time, my predecessors had name the server <wrongservername>, and then decided to change the server name, but did not do a complete job.
This is an issue because I am trying to run some diagnostics software that is trying to reference the server as <rightservername>, but is seeing <wrongservername>, and thus cannot connect to <rightservername>.
Also, will changing the servername have potential side effects? Nothing that I am aware of references <wrongservername> on our network or in code or anythignlike that.
Thanks in Advance,
DMill
======================================
"I wish that I may never think the smiles of the great and powerful a sufficient inducement to turn aside from the straight path of honesty and the convictions of my own mind."
-David Ricardo, classical economist
======================================