Linked Server SQL 7 to 6.5 Problem

  • 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

  • Hi,

    Try select * from servername..database.dbo.table

     

     


    Andy.

  • Check the Permissions of the security tab for the account you used in QA

     

    HTH

     


    * Noel

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply