I am maintaining a classic ASP website that has a SQL Server 2005 backend. For a small piece of new functionality I wrote a stored procedure to do an insert. This is the o
You may need to check who the actual owner of the stored procedure is. If it is a specific different user then that could be why you can't access it.