I have a simple SSIS package with a data flow task with ADO.NET source & destination:
Normally, I would just select 'table or view' on the OLEDB destination, but although the connection is correct it's not showing me any table names.
So: I have to use SQL command to insert rows in the OLE DB destination. That destination is a DB2 database.
My question: how can I write this sql statement to insert everything from the ANO NET source into the destination table?