What is the proper way to test for insert/update failures and rollback this transaction if there are any? I don\'t think what I have will work since my inserts/updates are 3
Failing inserts will throw. "Failing" updates can be detected using @@ROWCOUNT.