Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Call Stored Procedure from a Function

    about 15 years ago I had the privilege of doing some projects using Interbase and later Firebird, and there you could just select from a stored procedure, or join with...

  • RE: Re-throw Errors with Logging

    David, I'm certainly intrested to see the declaration of that SP.

    Has anyone measured the performance cost of either of these techniques (Steve's CLR using a seperate transaction context and...

  • RE: Re-throw Errors with Logging

    Hi William, In a single stored procedure this will indeed allow you to have a trace of the exception, in real world you often have nested stored procedures, triggers called...

  • RE: Re-throw Errors with Logging

    Hi, thank you for this article. What would be the best technique to have exception logging beyond a begin tran...rollback scenario, the problem being that any error logged to a...

Viewing 4 posts - 1 through 4 (of 4 total)