tags:

views:

78

answers:

1

Hi. I suddenly have begun to get the error message "Msg 2812, Leve 16, State 62, Line1, Could not find stored procedure 'sql'" when I run querie. The queries still execute correctly, but the output has the message at the top. No more than 10 minutes ago the queries worked fine (without the message), but now it gives this error. Is there a way to either fix the problem or suppress the error message in the query result? Thank you

A: 

Just a thought. Can you check to see if this stored procedure executes stored procedures internally? Perhaps there in a case statement in the stored procedure that sometimes calls a stored procedure that is missing.

James Lawruk