![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, There is a Table T, which exists in two databases on different servers S1 and S2. I want to update all columns of T in S2 with the contents of T in S1, with a "Join" on identical Primary Key Columns. What kind of DTS-Task can I use, or have I to write a kind of ActiveX-Task for a task like this? Thank You Joachim |
#3
| |||
| |||
|
|
For updating Table, you should use DataDriven Query Task. In Queries Tab of DataDriven property window, you can write INSERT/UPDATE/DELETE statement. "Joachim Hofmann" wrote: Hello, There is a Table T, which exists in two databases on different servers S1 and S2. I want to update all columns of T in S2 with the contents of T in S1, with a "Join" on identical Primary Key Columns. What kind of DTS-Task can I use, or have I to write a kind of ActiveX-Task for a task like this? Thank You Joachim |
![]() |
| Thread Tools | |
| Display Modes | |
| |