I have SSIS Package which Exports Data from table to Excel file
Control Flow :-

Data Flow :-

This is My Step :-
- Drop Excel Table
- Create Excel Table with format as of my Select Query which i used to retrieve data from database
- Insert Data from Database to Excel file
I Used Query Like Select * From Table Where --Some Condition
I retrieve 3000 rows out of 10000 rows and put that 3000 rows in my excel sheet. But when open my excel sheet i saw scrollbar which goes till 10000th row and ends hence my excel sheet size also increses . how can i reduce my excel sheet size ? my excel sheet contains only 3000 rows then why blank cells which goes till 10000th row ?
SQL Server 2008 & Visual Studio 2008 with BIDS

