I am trying to execute a script containing SQL statements encapsulated in a transaction. If any of the statements fail, the transaction rolls back. The DB on which the transaction runs is prod DB. So does it mean that the data coming from customers into the db will also be removed for the time duration when the transaction was active ?
-Thanks, Vinit