Importing CSV
I am working on a project that needs to import a csv file once a week for sale leads into SQL Server 2000. This file is rather large. I also need to make sure no duplicate records are imported into the database and keep track of how many records are duplicates and how many records are new leads. Any ideas, suggestions, or a good tutorial on this? Anyone done something similar?
|