I need to update the primary key of a specific table which also has foreign keys on hundreds of other tables. I can identify the set of tables and columns that I need to update easily enough and I can create dynamic SQL that uses execute immediate to drop all constraints on those tables without any trouble, but the recreating of the dropped constraints is eluding me... is there an easy way to do this?
|
|
|
|
|
|
|
Parhaps you're just looking for a way to temporarily disable foreign key constraints using TSQL? |
||
|
