I am trying to bulk insert a csv file into a SQL table. However, if the record already exists i want it to update, not add another one, and if it doesnt exist then i want it to insert. I have so far got it to bulk insert into a table called TAPELOAD. Then i want it to update current records in the table...