dbTalk Databases Forums  

Bulk Insert multiple sources

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Bulk Insert multiple sources in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
S
 
Posts: n/a

Default Bulk Insert multiple sources - 06-20-2008 , 01:48 PM






I have 2 database that perform activity then bulk insert into 1 table
in a 3rd database. Is there anyway to make sure that thier is not
going to be a collsion. I am wondering if I can check to see if a
bulk loading is occuring or not.

If I know that ther eis a bulk loading occuring then I could set my
ssis package to wait and check in a couple of minutes again.

Reply With Quote
  #2  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM






Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #3  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #4  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #5  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #6  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #7  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #8  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
  #9  
Old   
Maninder
 
Posts: n/a

Default Re: Bulk Insert multiple sources - 06-21-2008 , 11:01 AM



Check to see the average time it takes to complete the load and then
start your SSIS PAckages...
Or you can write logs from the datapumps individually... to check the
amount each process takes.
Also, you can use Global parameters to pass between Tasks and then
send you email at the last step or Write a completion flag(bit) into a
table and your SSIS read that Flag frequently to check for the
value... and which in turn runs the SSIS if the flag(bit colum/value)
is as desired.
Some of thoughts....

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.