kkiedrowski
MIS
We have an application that connects to a Windows SQL server 2005 using SQL server accounts.
Certain parts of the application throw this error
"-2147467259 [Microsoft][ODBC SQL Server Driver][SQL Server] could not find server 'server name' 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."
Now our application works fine in other SQL server 2k5 installations so I am not sure what may be different with this one.
I have also tried running teh application connected at the SA account and I still receive this error.
Any possible insight would be appreciated.
Also if more info is needed please let me know.
Certain parts of the application throw this error
"-2147467259 [Microsoft][ODBC SQL Server Driver][SQL Server] could not find server 'server name' 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."
Now our application works fine in other SQL server 2k5 installations so I am not sure what may be different with this one.
I have also tried running teh application connected at the SA account and I still receive this error.
Any possible insight would be appreciated.
Also if more info is needed please let me know.