Hi
When exporting data, if you select SQL Inserts then check the "Disable Foreign Key Constraints" box, the script generated will diable all foreign keys for the tables selected.
Is it possible to also disable the foreign key references to the table you have selected. This would be useful for when you are inserting the data, beforehand you have to disable foreign hey constraints from referenced tables. This way the disable scripts would already be generated.
Thanks
When exporting data, if you select SQL Inserts then check the "Disable Foreign Key Constraints" box, the script generated will diable all foreign keys for the tables selected.
Is it possible to also disable the foreign key references to the table you have selected. This would be useful for when you are inserting the data, beforehand you have to disable foreign hey constraints from referenced tables. This way the disable scripts would already be generated.
Thanks