07-30-2024 12:08 PM - edited 07-31-2024 08:05 AM
I have some BIBlend tables I have created during testing of a Workflow. that I want to delete/Truncate
Resetting the Scenario doesn't do it.
Do I need to do it programatically or via a Data Management job? When I try this it tells me that the SQL is not safe (I have tried with TRUNCATE TABLE and DELETE)
Thanks
Steve
Solved! Go to Solution.
08-02-2024 11:54 AM
Hi, if it is a one-off you can write an extensibility rule to execute your SQL code. From there you are not restricted on the SQL commands you can run.
08-02-2024 11:54 AM
Hi, if it is a one-off you can write an extensibility rule to execute your SQL code. From there you are not restricted on the SQL commands you can run.