Re: Help on : Could not find stored procedure 'recurse_oids'



On Mon, 8 May 2006 06:11:02 -0700, dondiego wrote:

Hello everyone,

I'm on MS SQL SERVER 2000.

When runing this simple delete statement:
delete from sd50.cdm_locations where loc_oid =146836832983830528

I get the following error:

Server: Msg 2812, Level 16, State 62, Line 15
Could not find stored procedure 'recurse_oids'.
The statement has been terminated.


Can you please tell me what is wrong?
I can't seem to find any information about the sp 'recurse_oids'

Thanks a lot!

Erite

Hi Erite,

Check for triggers on the cdm_locations table. There's probably a DELETE
trigger that calls this stored procedure.

Of course, the real problem will be reconstructing the stored procedure
after yoou find out why it's being called and whhat it's supposed to do.
You might want to check some old backups of the DB to see if they still
have a copy of the recorse_oids stored procedure.

--
Hugo Kornelis, SQL Server MVP
.



Relevant Pages

  • Re: How to get list of EventClasses in MSSQLServer2000
    ... statement inside a stored procedure has completed.') ... SQL Server statement or stored procedure.') ... Plan','Displays the plan tree of the Transact-SQL statement executed.') ... Login','Occurs when a SQL Server login is added or removed; ...
    (microsoft.public.sqlserver.security)
  • Re: Accessing FoxPro Free Table
    ... which the SQL Server service is running. ... account, ... > If you are creating a stored procedure and you want> to make sure that the procedure definition cannot be> viewed by other users, you can use the WITH ENCRYPTION> clause. ... The procedure definition is then stored in an> unreadable form. ...
    (microsoft.public.data.odbc)
  • Stored procedure does not complete until result set is retrieved from ODBC
    ... I have a SQL Server Stored procedure that I am executing via ODBC. ... -- Start Code without cursor ...
    (microsoft.public.sqlserver.odbc)
  • Re: Adding date to parameter
    ... SqlClient provider which is specifically written for SQL Server. ... Hitchhiker's Guide to Visual Studio and SQL Server ... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ... I made the assumption that the stored procedure went by the ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Problem with the Legacy ASP files and the Sql Server Express
    ... table, if another inserting occurs at the nearly exactly the same moment, ... SQL Server will pass it a default value. ... assume that you do have a connection that can reach SQL Server Express. ... unless your stored procedure has some thing that only works ...
    (microsoft.public.dotnet.framework.aspnet)