RE: Executing multiple .sql in one Transaction
push! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Executing multiple .sql in one Transaction
I'm trying to execute multiple sql-files within the sql-task in one transaction. that means a rollback should be done if one of these files doesn't work. for example the stored procedures test1.sql and test2.sql are fine and test3.sql crashes. in that case test1 and test2 should not be in the data