Use SSIS to load data in chunks from SQLServer to Excel
Use SSIS to load data in chunks to Excel
This sample SSIS package has below steps:
1. Read row count of the data to load from SQL Server and save the row count in variable
2. Split the rows to n chunks in a For Loop Container, create an Excel sheet f… Continue reading Use SSIS to load data in chunks from SQLServer to Excel
