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 |
|
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2008-02-07 : 03:26:26
|
| hi everyone.i am working on 2 instances of sql. I want to do a queries and selects with this 2 instances in a single page. How could I do that?For e.g. assuming the name of the instances are A and B...thanksRON________________________________________________________________________________________________"I won't last a day without SQL" |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-07 : 05:01:55
|
| Try adding the second instance as a linked server and then use four part name server.db.schema.object |
 |
|
|
|
|
|