You don't have "First Row Has Column Names" checked do you?
Does your first row have a valid EOL terminator for the file (i.e. the same
as the rest of the file)?
--
----------------------------
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Rick Deckard" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hi!
I am importing several textfiles to different SQL-tables, through a local
tasks in DTS it works very well, but.....
The ANSI-textfiles has one header row with a different layout so I skip it
through Skip rows=1. When I look at the textfile in the Connection
|
properties (Fixed Field Column Positions) everything is OK. The problem is
that the Tranformation Data Task misses the second row (the first row that
should be imported) both in the actual transfer as well as in the Preview.
Quote:
I have tried with different Row delimiters and different files but the
problem remains.
I would be very pleased if someone has a suggestion on how to solve this
problem/bug.
|