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 |
basicconfiguration
Constraint Violating Yak Guru
358 Posts |
Posted - 2009-03-11 : 19:43:40
|
what is the best way to extract 300 million records from oracle to sql? should I do it all at the same time or yearly?1- if all at the same time. SSIS doesnt tell me the progress status.2- gotta write 19 SSIS package for every year since 1990any inputs would be appreaciated. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-12 : 13:51:17
|
just use a loop container like for each loop in ssis to loop over each of year records. you may write log information to a table created after each iteration to designates the transfer status. |
 |
|
|
|
|