vote up 0 vote down star

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?

flag

1 Answer

vote up 1 vote down

Parhaps you're just looking for a way to temporarily disable foreign key constraints using TSQL?

link|flag
I wish this was possible on Sybase... that wou;d have been perfect – ninesided Feb 12 at 13:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.