I am a newcomer to SQL and have been using the DTS Import Wizard to import data from CSV files and Excel worksheets into existing SQL database tables. For the most part it works well, but I have a few questions:
1. When there is an error in the incoming data, is there a way to get DTS to display the row number or key of the record causing the error?
2. Is there a way to tell DTS to replace records in the SQL table with incoming records having the same key?
3. Is there an easier way to import data into a SQL table, a third party utility perhaps?
Any suggestions would be appreciated.
Thanks,
Paul Jones
1. When there is an error in the incoming data, is there a way to get DTS to display the row number or key of the record causing the error?
2. Is there a way to tell DTS to replace records in the SQL table with incoming records having the same key?
3. Is there an easier way to import data into a SQL table, a third party utility perhaps?
Any suggestions would be appreciated.
Thanks,
Paul Jones