I have some documents that are deleted using DQL. I cannot query them using DQL nor view them using DA. the job dm_DMClean runs once a day.
But I can still see them using SQL server. Just inside the dm_sysobject_s, the i_is_deleted is marked as 1. I guess something must be wrong when delete these files. It is annoying to see them.
Please let me know how to delete them completely.