Hi @Breno Padovan,
Check it out here to see if you mean like this.
Restore Points - List By Database
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey guys,
Is it possible to get a list of all restore points for a given database in the SQL management instance?
Best regards,
Breno Padovan
Hi @Breno Padovan,
Check it out here to see if you mean like this.
Restore Points - List By Database
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
it depends. SQL management just queries the backup logging tables in msdb. assuming the history tables have not been purged (sp_delete_backuphistory), then it's accurate of all backups done on that server. you could query the tables yourself. if the history table has been purged, you can open the actual backup set to get information.
a restore to point requires none of the required backup files have been deleted.
If you mean the restore actions have been taken, then you get it from system dtabase "msdb", see