ASP Hosting sale!
Double disk space and transfer for FREE!
Limited time offer! Act Now!

aspdev | articles | tutorials | forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

error '80040e14' Could not find stored procedure...

 
Post new topic   Reply to topic    ASPdev.org Forum Index -> SQL Programming (MS SQL Server, MS Access, MySQL)
View previous topic :: View next topic  
Author Message
trenton



Joined: 17 Nov 2004
Posts: 2

PostPosted: Wed Nov 17, 2004 10:03 am    Post subject: error '80040e14' Could not find stored procedure... Reply with quote

Hi,

I'm getting the following SQL Server error in one of my APS pages:

Code:

Microsoft OLE DB Provider for SQL Server error '80040e14' 
Could not find stored procedure 'dbo.spGetUsers'.



The stored procedure spGetUsers does exist and I just don't knwo what to do. Help please!



Trenton
Back to top
View user's profile Send private message
administrator
Site Admin


Joined: 01 Oct 2004
Posts: 183

PostPosted: Wed Nov 17, 2004 4:27 pm    Post subject: Reply with quote

Hi Trenton,

The error you got might be result of 2 things:

1. Your stored procedure doesn't exist (this is not the case)
2. The stored procedure is owned by a different owner than you have specified in your EXEC SQL call.

Check which SQL User owns your stored procedure, because this is most likely where the problem is.



Cheers,
_________________
Peter
ASP & ASP.NET Articles and Tutorials
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ASPdev.org Forum Index -> SQL Programming (MS SQL Server, MS Access, MySQL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group

SQL Tutorial