Hello,
I have a problem that I don't ever remember encountering before.
I have a text file that is comma separated like:
1,2,3,....37,38,39,40
1,2,3,....37,38,39,40
etc.
I use a Text File Source connection and point it to the file. I make a Text File Destination connection and point it to a file that doesn't yet exist.
I connect them with a Transform Data Task.
On the source tab of the Transform Data task I have the source text file selected. I then go to the destination tab and I click define columns (the first time is automatically goes to this). I click the "Populate from Source" button and I get 40 columns, 1 - 40. I click "Execute" but no columns are generated for my destination.
HOWEVER: If I make the text file only 37 columns wide:
1,2,3,....36,37
1,2,3,....36,37
It works just fine - I get 37 destination columns.
It seems like I can only have 37 columns (It blows up on the 38th colum), though I swear I have done really large text file conversions before.
We recently installed Patch 3 - I wonder if this is the cause.
Has anyone else had this problem? Has anyone recently installed patch 3 for SQL Server run into this problem?
Thanks!
I have a problem that I don't ever remember encountering before.
I have a text file that is comma separated like:
1,2,3,....37,38,39,40
1,2,3,....37,38,39,40
etc.
I use a Text File Source connection and point it to the file. I make a Text File Destination connection and point it to a file that doesn't yet exist.
I connect them with a Transform Data Task.
On the source tab of the Transform Data task I have the source text file selected. I then go to the destination tab and I click define columns (the first time is automatically goes to this). I click the "Populate from Source" button and I get 40 columns, 1 - 40. I click "Execute" but no columns are generated for my destination.
HOWEVER: If I make the text file only 37 columns wide:
1,2,3,....36,37
1,2,3,....36,37
It works just fine - I get 37 destination columns.
It seems like I can only have 37 columns (It blows up on the 38th colum), though I swear I have done really large text file conversions before.
We recently installed Patch 3 - I wonder if this is the cause.
Has anyone else had this problem? Has anyone recently installed patch 3 for SQL Server run into this problem?
Thanks!