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)
 Importing Data from .csv using DTS

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-01-16 : 07:57:51
Ralph writes "I am trying to import data from a .csv file into a SQL table as part of a DTS package. One column of data is being imported with about 1/3 of its records showing NULL. I have verified that there is data for these records by opening the source file in MS Excel. I am running SQL Server 2000 Enterprise with SP3 installed on Windows 2000 Server SP3."

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-01-16 : 12:31:40
Could you explain how you setup the DTS package? For a csv file, why not just use bcp.exe?

Tara
Go to Top of Page
   

- Advertisement -