Hello
I have a table with customer data in it and there is 350,000 records, the system I am going to import the data to can only handle the data in 10,000 chucks.
I need to create a SSIS package that will export the records in 10,000 chucks to a CSV file(s). How do I do this? What are the step needed to do so?
Regards
SQLSearcher99