Hi, I have a Sql Server database where I need to populate the data in a set of lookup tables but there are foreign key constraints that are defined on the tables. There are no existing references to the tables yet--but when a "DELETE DATA & APPEND" step is executed, a TRUNCATE is being called and the constraints prevent the TRUNCATE from executing. The Pre- and Post-Create statements are specific to a create operation and so I can't disable the the constraints there. I don't see a way to specify that the TRUNCATE be executed as a DELETE statement, either.
Is there a way to do this within Alteryx?
Thanks