September 22, 2009 at 1:12 am
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
September 22, 2009 at 1:31 am
May be that stored proc does not exist in the database context that you are executing this job in?
---------------------------------------------------------------------------------
September 22, 2009 at 1:36 am
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]
September 22, 2009 at 1:40 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply