I'm looking the way to temporarily turn off all DB's constraints (eg table relationships)
I need to copy (using INSERTs) one DBs tables to another DB I know I can archive that by executing commands in proper order (to do not break relationships)
But it would be easier if I could turn off checking constraints temporarily and turn on it back after operation finish.
Is this possible?