Hi All,
I'm populating a table with let say one set of records. Then I am populating the same table with another set of records. Problem is when I do the second set of records there is some data that is already in my first set. So now the second set data is not pushed over because of the PK constraint error. Is there is a switch I could use so that the bcp utility would run without this interuption?
Thanks!
I'm populating a table with let say one set of records. Then I am populating the same table with another set of records. Problem is when I do the second set of records there is some data that is already in my first set. So now the second set data is not pushed over because of the PK constraint error. Is there is a switch I could use so that the bcp utility would run without this interuption?
Thanks!