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 |
inbs
Aged Yak Warrior
860 Posts |
Posted - 2009-03-05 : 12:45:52
|
how from conditional Split can do update and insert?like in the image: how can i add a image, i write c:\1.gif |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-05 : 12:57:58
|
you need to post it in some shared server and then post the link |
 |
|
tmitch
Yak Posting Veteran
60 Posts |
Posted - 2009-03-05 : 15:48:32
|
You can't update directly within a conditional split; you need some other component, such as the Oledb Command or the Execute SQL Task to do this.---------------------Tim Mitchellwww.BucketOfBits.com |
 |
|
|
|
|