Reputation: 439
I have an SSIS package written in Visual Studio 2008 that runs a few stored procedures and places the results in files. These files are then sent off to a vendor. All of the files were created with header rows. One of these files should not be sent with a header row.
I'm not sure how to accomplish this.
Upvotes: 1
Views: 6992
Reputation: 181
Yes the trick is not to check the "Column names in the first data row" at the Flat File Connection Manager Editor
Upvotes: 3
Reputation: 439
I was writing my question while I was testing out an answer. I decided, since I hadn't seen the question on StackOverflow, I would just ask it anyway and then answer it with with what I found.
Here are the steps I took:
Upvotes: 3