|
you
should be able to do something like this
SELECT
table1.*, table2.* FROM SQLSERVER_1.DATABASE_X.dbo.TABLE table1 INNER JOIN SQLSERVER_2.DATABASE_Y.dbo.TABLE table2 ON table1.keyField = table2.keyField please
excuse the server, database, table and keynames and the selecting *, just wanted
to be able to represent it
This
was tested and works on sqlserver 2000, joining tables from dev to staging
sql servers, which are physically separate machines.
|
- [KCFusion] system intergration Adaryl Wakefield
- RE: [KCFusion] system intergration Bruce Dunwiddie
- Re: [KCFusion] system intergration Adaryl Wakefield
- RE: [KCFusion] system intergration Templin, Luke
- Re: [KCFusion] system intergration Adaryl Wakefield
- RE: [KCFusion] system intergration Matt Jones
- RE: [KCFusion] system intergration Templin, Luke
- RE: [KCFusion] system intergration hartwichr
