![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I have a table here that is replicated (like backed up) to another database via a DTS package. I have an indicator bit in that table "uploaded" which is 0 for entries that have not yet been uploaded, or otherwise 1. I replicate via "SELECT * FROM origin_table WHERE uploaded=0" and do an "On Sucess" SQL-Query "UPDATE origin_table SET uploaded=1 WHERE uploaded=0"; Now the destination database is a DB2 on AS/400 which has different rules for checking data. When one origin entry does not suffice these rules the package is not successful so my "on success"-Query above isn't launched and the same entries will be exported again in the next run. Can I program DTS to run entry by entry so that after every single entry exported the uploaded-indicator of that entry is set? -- Marco Dieckhoff icq# 22243433 GPG Key 0x1A6C95BA -- http://www.frankonia-brunonia.de/keys |
![]() |
| Thread Tools | |
| Display Modes | |
| |