Results 1 to 2 of 2

Thread: Fast help needed on simple linked SQL Server select

  1. #1
    tcronin Guest

    Fast help needed on simple linked SQL Server select

    I have 2 SQL 2000 servers. One has been added as a linked server.
    They both have a db called claims. If I am on server 1 and want to write a sql statement I am stuck with the write syntax

    I tried select patient.* from testedi..claims.

    The server is linked using the sa user. I know this is simple but in a hurry and stuck. THe servers are on same domain.
    Thanks

  2. #2
    Bill Guest

    Fast help needed on simple linked SQL Server select (reply)

    select * from servername.databasename.owner.tablename


    ------------
    tcronin at 1/11/2002 5:32:05 PM

    I have 2 SQL 2000 servers. One has been added as a linked server.
    They both have a db called claims. If I am on server 1 and want to write a sql statement I am stuck with the write syntax

    I tried select patient.* from testedi..claims.

    The server is linked using the sa user. I know this is simple but in a hurry and stuck. THe servers are on same domain.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •