I have a DB that has backups every 24hr, in which a data was modified and I need to verify when the change occurred and I need to be raising each backup and make the query to see if on that day it suffered the modification or not and that's why I look for the way to be able to do it automated and I would like to know:
Is there any way to make queries to the backups so that you do not have to be raising each backup to send the query, delete that DB and do the same with the following backup?