Using the output tool to write to an MS SQL Server table. If I set the option, "Ignore Pre/Post SQL DROP TABLE Errors" to True, will it ignore an error from a DROP INDEX statement or an "ALTER TABLE ... DROP CONSTRAINT" statement? Thank you
Solved! Go to Solution.
Apologies, I could have tested it out before posting...
This scenario does NOT ignore an error from a DROP INDEX statement, and this scenario does NOT ignore an error from an "ALTER TABLE ... DROP CONSTRAINT" statement