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 |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-10-06 : 10:32:16
|
| I need to back up a table from serverA to my machineI guess I do: select * from databaseA.myTable into databaseB.mytabelbut how do I specify that databaA is in other server.Thankse |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-10-06 : 10:34:47
|
use linked server KH |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-10-06 : 10:46:19
|
| Read about sp_addLinkedServer in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|