Link to home
Start Free TrialLog in
Avatar of chuang4630
chuang4630

asked on

How to query a table in a remote DB server?

I want to query a table in the remote DB server.

Server A: 10.100.10.170   (2005)
        DB: MyAdmin
        Table:  MyProcessType

Server B: DEVSQL  (2008)
        DB: MyAnotherAdmin

I have connected to Server B (SQL Management Studio). Now I want to query (Server A).MyAdmin.dbo.MyProcessType from Server B in a T-SQL statement.

How do I do this?


ASKER CERTIFIED SOLUTION
Avatar of Faiga Diegel
Faiga Diegel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial