Hi, I have a SQL 6.5 database that I want to query from SQL 7. When I run the query (QA) I get a message "Server: Msg 17, Level 16, State 1, Line 1
SQL Server does not exist or access denied."
I have checked the server is in the Linked Server section of the Security tree in EM. Also it is in the master.sysservers table, it's srvstatus is 193.
The select statement is SELECT * FROM SERVERNAME.DATABASENAME.DBO.TABLENAME.
Any suggestions to what may be wrong and what I can try?
rgds
denis