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

nononame2021 261 Reputation points
2022-06-17T03:25:58.337+00:00

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.

212294-image.png

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?

212285-image.png

SQL Server Integration Services
0 comments No comments
{count} votes