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
}