A community member has associated this post with a similar question:
SSIS - how to export a table without column name into excel
Only moderators can edit this content.
SSIS - how to select table and export to excel without column name
my database SQL server, i have a table name as "Summary" which contains 2 columns "Title" nvarchar(100) and "Info" nvarchar (100), i would like to select the whole table and export to excel without column name.
how can i do that in SSIS?
my table info.
my expected output excel result, it is same as database table but remove the column name and name the worksheet "Summary" and it can support re-run to replace the output excel, so it will not append the content to excel. how to do that?