![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to use a data driven query to update a destination table with overrides imposed by another table. This override table contains some records where only certain columns are overriden. Columns I do not wish to override for a particular record are left NULL. Is there a simple way I can use a DDQT to write a single update that will only update the destination column if the source column is not NULL? Thanks |
#3
| |||
| |||
|
|
Hello ralekel (AT) comcast (DOT) net, If both these datasets are in tables why not use TSQL? It will be far easier and quicker. If this cannot be achieved then can you explain a little bit more about your situation? Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com I'm trying to use a data driven query to update a destination table with overrides imposed by another table. This override table contains some records where only certain columns are overriden. Columns I do not wish to override for a particular record are left NULL. Is there a simple way I can use a DDQT to write a single update that will only update the destination column if the source column is not NULL? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |