Stored Procedure not found
I am getting an error on one of my ASP pages that tells me that the Stored Procedure I am calling in the page cannot be found.
It works fine on my local machine, but when I move the ASP page to the dev server, I get the error. All of my other stored procedures are running correctly, and there are several called from the same page.
It's not an ownership issue, so I'm not sure what is going on.
Does anyone have any thoughts on this matter?
Nick
|