SSIS - how to export a table without column name into excel

nononame2021 261 Reputation points
2022-06-16T10:30:41.11+00:00

i want to export a whole table without column name into excel, however, i add a "OLE DB Source" as a source and create SQL server connection and select the table name. ( there are 2 columns when i preview)

after that, i create a "Excel destination" and create a excel connection with setting up the outputpath from variable. and then select "Table or view" in Data access mode, when i preview the data, there is only 1 column

how to setup the output object (Excel destination), so that there are 2 columns (same as source from "OLE DB source")?

212043-image.png

template is blank and only rename the worksheet as summary

211968-image.png

there are 2 column in OLD source
211969-image.png

in excel destination, there is only 1 column, how to make it same as source to display 2 columns without column name.
212073-image.png

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

6 answers

Sort by: Most helpful
  1. nononame2021 261 Reputation points
    2022-06-17T07:59:33.957+00:00

    how to remove the first row after i export the excel.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.