Forum Replies Created

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

  • RE: Nested Procedures with Paramters

    I found my error and everything is working perfectly now. I did not initialize @ReturnValue to 0. When no error occurred, @ReturnValue remained NULL. When I tested...

  • RE: Nested Procedures with Paramters

    I just missed it when I entered the code in my post. The OUTPUT keyword is there in my actual procedure.

    I am leaning towards the following:

    Proc1

    CREATE Procedure Proc1 @Key1...

  • RE: Nested Procedures with Paramters

    I see the error in my original post. All of the transactions segments (begin/commit/rollback) are in Proc1. There are NO commits/rollbacks in Proc2.

    For example (I should have put...

  • RE: Find Missing Number Ranges

    Thanks Lynn. The code did exactly what I needed it to do.

    Jack

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