Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
laddu
Constraint Violating Yak Guru
332 Posts |
Posted - 2010-08-26 : 09:42:39
|
HiI have installed a third party db scan tool and trying to connect the server(local), but throwing below errorError Number:Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server 'XYZDEV01' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.Module Name: modASI_ADO_APISProcedure Name: GetNextScanIDI found that the server names are different.SQLManagement studio servername is xyzdev01Windows servername(MyComputer) is xyzdev01But when I execute Select @@Servername, I got the servername xyzdemO01Why the server names are different. How to resolve this, Please advice. I am using sql 2005 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|