Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jogin malathi
Posting Yak Master
117 Posts |
Posted - 2007-07-13 : 05:14:59
|
| hi allI have table A in 'mmm' server Table B in 'sss' serverI want to write select statement to retrieve data from two tables A,BHOW TO WRITE QUERY FOR ABOVE REQUIREMENTThanks In AdvanceMalathi Rao |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-07-13 : 05:18:20
|
| 1) Read about LINKED SERVERS.2) Use an ordinary SELECT statement.Peter LarssonHelsingborg, Sweden |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-07-13 : 08:08:08
|
| After linked other server as Linked server, doSelect columns from servername.dbname.dbo.tableAlso read about OPENDATASOURCEMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|