all groups > sql server dts > december 2005 >
You're in the

sql server dts

group:

DTS text file import


DTS text file import Manish
12/28/2005 8:39:03 AM
sql server dts:
When i try to import a file with 471000 rows of data using Microsoft text
driver to a SQL Server (version 7), DTS only imports about 416000 rows and
give me a success message.

I tried deleting a few rows of data and inserting a few rows of data, and
also checked the full data set to make sure that there were no special
characters. It is a tab delimited text file.

When i do a bulk insert, SQL server does insert all the rows into the
server. Can anyone please help me as to what is causing this inconsistency.
Re: DTS text file import Allan Mitchell
1/3/2006 2:23:42 PM
Hello manish,

There shouldn't be an inconsistency. I have loaded 17 million rows using
the text file driver in SQL Server 7 succesfully. Have you changed any of
the default options on the transform data task?

Allan

[quoted text, click to view]

Re: DTS text file import Manish
1/4/2006 5:38:03 AM
HI Allan,

No i have not changed any options and am using the default as they are.
Very strange behaviour since it also gives me a success result after the step
is executed.

Thanks.


[quoted text, click to view]
Re: DTS text file import Allan Mitchell
1/4/2006 1:07:40 PM
Hello manish,

The reason i ask about the changes is that if you go and change the FETCH
and COMMIT sizes to some ridiculous amounts I have seen it where on a 17
million row text file the import imports about 200 and completes successfully

Allan

[quoted text, click to view]

AddThis Social Bookmark Button