Problem
My mobile document queue list has grown to be a large database file, and I want to know if I can perform a clean up reduce the file size.
Solution
Unless the customer has legal or business requirements to keep track of what operations has been performed you can simply delete all entries before a certain date to reduce the file size, as they are not used for anything after they have been processed. Deleting an entry will delete the XML for that entry, so it will not leave any "orphaned records".
If you want to periodically perform this clean up, then you can create a scheduled SQL job to perform the clean up as desired intervals.
Related articles
Filter by label
There are no items with the selected labels at this time.