Re: SQL 2000 DTS Transfer TEXT file to a Table
- From: "Ivan" <ivan@xxxxxxxxxxxxx>
- Date: Thu, 20 Apr 2006 12:47:56 +0800
Both 21 & 22 characters are accepted.
It is a single column string.
Besides, I am already using delimited string with CRLF as the Row
Terminator.
Ivan
"Allan Mitchell" <allan@xxxxxxxxxxxxxxxxxx>
???????:f0343b03225e18c831b87756a950@xxxxxxxxxxxxxxxxxxxxxxx
Hello Ivan,
So are you expecting 21 or 22 characters in a row?
Is this a single column string?
For this I would usually specify a delimited string with CRLF as the Row
Terminator. It works for me.
Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have checked the data using HEX Editor and found it had no problem.
I have check the data again and found the problem.
The text files contain the strings with 21-22characters
When DTS read the string with 21 characters, it cannot read the next
string with 22 characters.
So, the missing strings are only the one with the previous strings had
21 characters.
Is there anything I set wrong?
Ivan
"Allan Mitchell" <allan@xxxxxxxxxxxxxxxxxx>
???????:f0343b03221c48c830f0886628e0@xxxxxxxxxxxxxxxxxxxxxxx
Hello Ivan,
are the rows terminated correctly (Use a HEX Editor).? Can you
narrow the file down to get to the first row that starts to get
missed?
Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
Dear all,
I am using SQL 2000 SP4.
I want to use DTS to transfer a text file to a SQL table.
The text file contain one string and I transfer it to a column.
However, I found that sometimes, some records are missed.
The length of the records are the same.
Does anyone encounter similar problem?
Best Regards,
Ivan
.
- Follow-Ups:
- Re: SQL 2000 DTS Transfer TEXT file to a Table
- From: Allan Mitchell
- Re: SQL 2000 DTS Transfer TEXT file to a Table
- References:
- Re: SQL 2000 DTS Transfer TEXT file to a Table
- From: Ivan
- Re: SQL 2000 DTS Transfer TEXT file to a Table
- From: Allan Mitchell
- Re: SQL 2000 DTS Transfer TEXT file to a Table
- Prev by Date: Re: dtsx deployment - 2005
- Next by Date: Re: Sybase Source. What "data flow source" to use?
- Previous by thread: Re: SQL 2000 DTS Transfer TEXT file to a Table
- Next by thread: Re: SQL 2000 DTS Transfer TEXT file to a Table
- Index(es):
Relevant Pages
|