This is a discussion on ODBC error within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> ODBC Error Microsoft][ODBC SQL Server Driver][SQL Server] Could not find stored procedure...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Erick, The error you are receiving indicates that you are trying to execute a store procedure that does not exist in the database with which you are working. Please check to make sure you are using the correct database, and that the stored procedure exists. Can you execute it in Query Analyzer? Best Regards, Rebecca Casselman MCDBA, MCSA, MCSE NT4/2000 Microsoft Online Support Engineer Get Secure! - www.microsoft.com/security ================================================== === When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights.This posting is provided "AS IS" with no warranties, and confers no rights. |