Error in stored proc and write error result in Errorlog sql 2000

  • Hello

    I need some helps. I saw an article if I remembered that told how capture an error coming from stored proc and write it in SQL 2000 errorlog. (the type of error could be critical because even I tested the @@error the stored proc stopped before my tests...)

    but I can't remember where !!!! if someone has a solution or knows where I can find this article I will appreciate a lot. If I remembered it could be with the Daily update that I saw the article

    thanks in advance....

     

     

  • You can also use "With Log" option of RaiseError (....).

    And if you want you can also customize the Error Message i.e create your own.

    Cheers,


    Arvind

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply