Is there a way to make inserts int the systemtables to create a foreign key without checks
I have archive tables to put in the database - and then data will be inserted afterwards to that table
I want to switch off foreign keys for the import and activate them after the import but without checking
The data matches the foreign keys which I import
Is this possible?
--
Ewald Geschwinde