Permanently delete SCO Runbooks
When deleting a folder, runbook,activity etc. in System Center Orchestrator, the dataset is not really deleted, just the Deleted Flag gets set inside the database. This leads to lots of data trash inside the SCO database and will let it grow more and more.
So my question is: Is there an SQL query around, which permanently deletes these deleted objects form the database? I know it is possible to change the Stored procedure, which evaluates the Authorization Cache, so deleted items are no longer included, but that's not what I want.