Setting up the Commit option on SSIS -
12-08-2005
, 01:35 PM
I'm having problem on SSIS because I dont know how to specify how much
records it will commit.
The package that I'm running is working with about 2 million records
and the database doesnt have enough memory to work with all those data
(actually my server has 4GB of memory).
I need to specify it to save each 10k records, for example. Is there
any way to do that?
Tks |