Greetings!
I'm basically a sql newbie or novice.
I have a need to take a comma-separated file and add those records to an existing table. The existing table has different field names and far more fields than the csv file. One of the fields I'm inserting is the primary key and I'll need to overwrite any duplicate records with the new copy.
Unfortunately, I'll need to do this on a regular basis. So, is there a way to put something together to automate these tasks?
I believe we are using SQL 2000 and I have Enterprise Manager to interface with the DB. I have dabbled with DTS a little, but it's still pretty foreign to me.
I hope this is enough info. Any help is greatly appreciated.
I'm basically a sql newbie or novice.
I have a need to take a comma-separated file and add those records to an existing table. The existing table has different field names and far more fields than the csv file. One of the fields I'm inserting is the primary key and I'll need to overwrite any duplicate records with the new copy.
Unfortunately, I'll need to do this on a regular basis. So, is there a way to put something together to automate these tasks?
I believe we are using SQL 2000 and I have Enterprise Manager to interface with the DB. I have dabbled with DTS a little, but it's still pretty foreign to me.
I hope this is enough info. Any help is greatly appreciated.