Is the only way to create a table, bulk insert, then merge the two tables together with UPDATE?
Just wanted to see if there was an easier way to do it, otherwise i'll take the latter route. Thanks!
You'll need to bulk insert into a work table, then do the update.
Unfortunately (or maybe, fortunately ) there's not Bulk Update.
Or, you could do the processing with SSIS....
No comments:
Post a Comment