Hi.
I am trying to export data from Oracle tables to Excel, which can be downloaded by end users.
I have to retrieve data from 4 tables and these tables data should save in a single excel with different sheets for each of the tables.
Data size is going to be huge.
The table name is going to be dynamic everytime, as the user would be selecting the table names. what is the best and optimize way to achieve this in SSIS ( to consider performance ) ? How to bulk transfer the data ?
Thanks