Hello.
I'm trying to DTS some tables into a DB. Some of the tables are appends to tables in the destination DB, so I have to first delete the existing records before the new data is appended. However, some of these table are Parent tables in a relationship, complete with foreign key constraints.
Is there a simple way overriding the constraints without having to go to each table and manually dropping them, appending the data, then reapplying them?
Thanks in advance.
mongr1l.
I'm trying to DTS some tables into a DB. Some of the tables are appends to tables in the destination DB, so I have to first delete the existing records before the new data is appended. However, some of these table are Parent tables in a relationship, complete with foreign key constraints.
Is there a simple way overriding the constraints without having to go to each table and manually dropping them, appending the data, then reapplying them?
Thanks in advance.
mongr1l.