A
arnoled
I want to make a bulkcopy (or insertcommand if this can't be
acomplished with bulk copy) to a table. But if there are rows that are
already in the table, just ignore them (don't do the insert on that
row) , so i doesn't raise an exception of Violation of Primary Key.
I don't want to bring the whole table from de the database, that would
be very low performant.
If you know any option to do these directly form .net it would be
great, any suggestion is welcome
thanks
acomplished with bulk copy) to a table. But if there are rows that are
already in the table, just ignore them (don't do the insert on that
row) , so i doesn't raise an exception of Violation of Primary Key.
I don't want to bring the whole table from de the database, that would
be very low performant.
If you know any option to do these directly form .net it would be
great, any suggestion is welcome
thanks