Good day everyone, I was wondering if it is possible to re-order the output of the script that gets generated when doing a data comparison of two databases... I always find myself having to manually intervene to re-arrange the order in which the query gets executed so it doesn't result in errors. This is usually due to the foreign key exceptions where a table that relies on data that has not yet been imported (Because it's lower down in the script because of the alphabetical order the tables get arranged in) breaks the smooth execution of the import. Please let me know if this is possible without dropping and recreating keys. Regards, Joseph
↧