Hello karenmiddleol (AT) yahoo (DOT) com,
Is this a large text file coming in to you?
Performing an intermediary step like this will do nothing for performance
of the package. BULK INSERT along with no indexing on the target table and
no constraints usually handles the job just fine. I BULK in files of more
than 17,000,000 rows without a problem. If you want to perform some AX stuff
on the rows as they come through then splitting this up will not help either.
They will still all need to be processed.
Allan
Quote:
I have a large file to be processed. I would like to split the files
into say 80000 records in each file to manage the size of processing.
Please kindly share the code or procedure to split a file into
manageable sizes and handling the resulting split files from DTS.
Thanks
Karen |