error

  • one of the job failed stored procedure does not exsit by displaying error 2812 , iam not aware of this error , how to resolve this .

    thanks

  • May be that stored proc does not exist in the database context that you are executing this job in?

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

  • ramyours2003 (9/22/2009)


    one of the job failed stored procedure does not exsit by displaying error 2812 , iam not aware of this error , how to resolve this .

    thanks

    The error is saying that the stored procedure does not exist, check to see if the stored procedure exists in the database that is being used.

    This also used to be a bug, which was fixed in Service pack 2 what version is your sql server.

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • Just a suggestion, incase you mean to say you are not aware what this error number 2812 means, you can look in to the sysmessages table for error massages.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

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

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