We have a list with few hundreds of records in it. There are some list items that are deleted in past. We need to get the list of items (title of the list items) that have been deleted so far. These items are no longer present in recycle bin.
I've seen this post: How to find when a SharePoint list item was deleted?
Here it is mentioned that we should enable audit logs. But this will tell us about the items that will be deleted after we enable it. But is there any way to get the items that have been deleted in past, long time back?
I tried check the AllUserData table in DB. But it seems that SharePoint deletes the list items from this table as well. Is there any other place from where I can get the list of deleted items?