Column Names in SSIS Output

  • Dear Group:

    My apologies if this is not the place for this question, but I wasn't sure where to ask an SSIS question, but we are using SQL Server 2014, so I thought this would be the place.

    I have an SSIS package that exports a query to a Flat File, using the Flat File Connection Manager (FFCM). I need to include the columns as the first row in the export, and the only way to do this that I have found is going into the FFCM Manager Editor, going to the General Options and clicking the "Column Names in the First Data Row", and then having to go into the Advance portion and manually entering all column names.

    Is there no way to include the column headings without such a manual process?

  • All you need to do is check the Column Names in first data row box.  I created a new SSIS package to test it.  Created both source and destination connections with that box checked and the first row was column names

    For better, quicker answers, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply