https://logicalread.com/sql-server-exception-handling-try-catch-throw-mc03/
Good description there on how to write one and that the THROW is necessary within a transaction. I learned something in this because I rarely ever write transactions due to locks being applied while it is running. On Thu, Sep 13, 2018 at 4:02 PM Malcolm Greene <[email protected]> wrote: > Anyone have an example of how to trap and exception within a T-SQL > transaction and save diagnostic details on why the transaction failed to > an error log? If you insert the exception data to an error table this > information gets lost when you rollback the transaction. I'm sure I'm > missing something obvious :) > Thanks, > Malcolm > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmyk4gxcy6jmrb7pan4niyhg5q_bmpbsab_j6ozq8ctn...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

