DTS package failing due to row length -
07-02-2004
, 05:36 AM
I am importing some large text files into a database (Too
many to do manually), using a DTS package.
Each row has a varying number of columns, but it is only
the first 30 I am interested in, which are uniform.
Therefore, I am only importing columns 1 - 30 and ignoring
everything else.
Everything works fine, except that every so often
the 'extra' columns cause a row to exceed the 8kb maximun
row length of SQL server, and the DTS package fails.
Is there any way of getting around this? I just want the
DTS package to assume that culumn 30 is the end of the
row..
Thanks
NH |