Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 BULK INSERT and Dates

Author  Topic 

chilluk
Starting Member

24 Posts

Posted - 2002-08-16 : 08:50:37
I want to convert from DTS import to Bulk Insert to pull in some raw text data - because I'm told it's faster and much more efficient? When I try it, I get errors concerning date fields (type mismatch) - I presume that this is because the date format in the data is d/mm/yy and SQL server Bulk Insert doesn't like that? Is there a way to tell it which date format to use (I tried creating a DTS Bulk Insert package with a format file). The existing DTS package copes fine with the raw data.

Am I assuming the problem correctly? Please help...

Chris Hill
chris@softwarefirst.com
   

- Advertisement -