dbTalk Databases Forums  

DTS - Too many columns found in the current row

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS - Too many columns found in the current row in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
InformataDBA
 
Posts: n/a

Default DTS - Too many columns found in the current row - 01-18-2005 , 10:41 AM






....non-whitespace characters were found after the last defined column's data.

Here I was attempting to import a text file where each record is 730 bytes
and has 49 fixed-length columns.

Are there restrictions to how many records and how wide the records can be
imported in a DTS package? If so, where can I find documentation about
this?

Thanks,

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS - Too many columns found in the current row - 01-18-2005 , 01:10 PM






The restrictions are on the destination's limits

What you have is not unreasonable.

What it is telling you is that your file does not look like it should. To
the eye it looks clean. Look at it in a HEX editor and it should appear
differently.

This issue is seen a lot.



--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"InformataDBA" <InformataDBA (AT) discussions (DOT) microsoft.com> wrote

Quote:
...non-whitespace characters were found after the last defined column's
data.

Here I was attempting to import a text file where each record is 730 bytes
and has 49 fixed-length columns.

Are there restrictions to how many records and how wide the records can be
imported in a DTS package? If so, where can I find documentation about
this?

Thanks,



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.