Home All Groups Group Topic Archive Search About

Could not find stored procedure...

Author
22 Feb 2006 10:28 PM
googler
I was working with the .NET and SQL server stored procedures. I got the
error Could not find the stored procedure error.

I checked all the news group but every one was saying that I was
pointing to the wrong DB and permissions. I just wanted to add one
thing that can be added to that check list

Check the stored proc from where it is being called  :

my case was " usp_XXX" instead of "usp_XXX" ...notice the space infront
of the usp in the first case...:)

HTH

AddThis Social Bookmark Button