The situation is the following: I have a script that contains more then one batch of SQL DML statements and I want to interrupt script execution if any one of the SQL DML statements returns zero rows affected.
Thanks in advance to anyone that has some insight about this situation.