December 18, 2009 at 2:05 pm
I have an fixed length text file output created by SQL 2005 SSIS package and the total lenght for each row is 489 byte.
I need to force a carriage return at each row so that each row aligns.
How can I do that?
Thanks,
QJLL
December 18, 2009 at 5:15 pm
When you create your output flat file connection manager, the creation dialog offers you the choice of fixed length as opposed to delimited or ragged right. I believe that ragged right would take care of the CR/LFs for you.
By the way, for future use, there is a formum on this site dedicted to SSIS.
December 18, 2009 at 7:39 pm
Lookup STUFF in Books Online... that should do it for you. And, no... not being a smart alec here... there is an SQL Function called "STUFF".
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply