Hello,
I have a very basic data flow that transfers a table with 200,000 rows and 30 columns. The data flow is this:
ADO Net Source -----> ADO Net Destination
The Source connects to SQL Server and the ADO Net Destination connects to my Netezza Server. For the Destination, I check the "Use Bulk Insert when possible".
This process of transferring the table is taking very long. It transfers about 4600 rows every 15 minutes. Can anyone provide me with some suggestions. I'm very new to SSIS and it's my first SSIS package.
Thanks in advance!