====== pears.DBStartCleanupRoutine ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create procedure "pears"."DBStartCleanupRoutine"()
/* Application Maintained Function / Procedure - DO NOT EDIT*/
begin
/* IXS tables */
delete from "ixsresult";
delete from "ixsstatus"
end
go
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."DBStartCleanupRoutine" IS
{create procedure DBStartCleanupRoutine
/* Application Maintained Function / Procedure - DO NOT EDIT*/
()
begin
/* IXS tables */
delete from ixsresult ;
delete from ixsstatus ;
end
}