Error log in sql server 2005

  • i have stored procedure as follows

    proc_multi_trans()

    {

    insert stmt

    // here i want to make a log in a file tht insert is success

    update stmt

    // here i want to make a log in a file tht update cmd is success

    delete stmt

    // here i want to make a log in a file tht delete cmd is success

    }

    i want to make those log entries..can anyone tell me whts the best way to achieve this?. plzz help

  • duplicate post.

    answers to http://qa.sqlservercentral.com/Forums/Topic989315-145-1.aspx please

    ---------------------------------------------------------------------

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

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