Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS 2008 package design

$
0
0

Hi All,

I have 4 centers (w,c,m,s) and 2 tables in each center. I need to load the data from these 8 tables and load it to the centralised database. Then from central database .txt files would be generated every 15 min. Therefore, I plan to make 8 diff ssis packages (1 per table) and schedule them every 15 min and load the data into central db. Each table has IsProcessed bit column that needs to be updated (to 1 initially 0) once that row is loaded into central db. My ques is how can I update the bit column once row is loaded into central db. How would I control this mechanism of loading into central db and updating the bit column, which means row is loaded. And how in the next 15 min interval, package would fetch 0 bit column?

Thanks,


hsbal


Viewing all articles
Browse latest Browse all 24688

Trending Articles