Because you are using a text file then it may be that this may be your cause
although in the article it speaks of Exporting not importing.
DataPump truncates delimited fields to 255 characters
(http://www.sqldts.com/default.aspx?297)
Also HOW do you know it is being truncated?
Is the destination width large enough to handle the row sizes?
What tool are you using to view the data? It may be you have a maximum col
width set there (QA | options) so even though there is more data you are not
showing it.
--
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know
"Horaciovel" <Horaciovel (AT) discussions (DOT) microsoft.com> wrote
Quote:
I create a DTS to import a text file. This text file has different record
lengh by line. For example the line starting with "40" 740 of lengh and
the
line starting with "45" has 250.
The problem is that when I try to import the full text file, it is
truncating the file to 250. What could be the problem? |