The
Projects Cleaner runs these 2 stored procedures when removing a project from the
Completed and Canceled Projects list and archiving it:
- spDeleteProject
- spdeleteunusedprojectgroup
Note: once completed or cancelled, a project will be present in both the
Projects table and the
ArchivedProjects table in the Database. After a project has been archived by the
Projects Cleaner, it will be removed from the
Projects table and will only exist in the
ArchivedProjects table.