When the SQL Backup UI downloads the activity history from the SQL servers that are being backed up, it caches this in a SQL Lite database.
This is stored in C:\Users\[username]\AppData\Local\Red Gate\SQL Backup\Server Data\1.dat
Iâve used tools like Database .NET ( http://fishcodelib.com/Database.htm - disclaimer: nothing to do with us) to query this. The activityhistory table has the data thatâs likely to be of interest.
Please note that this database schema is not a managed schema, and whilst itâs unlikely that itâll change we canât commit to not making changes that might break any custom integration done against them.
Best regards,
Colin.
This is stored in C:\Users\[username]\AppData\Local\Red Gate\SQL Backup\Server Data\1.dat
Iâve used tools like Database .NET ( http://fishcodelib.com/Database.htm - disclaimer: nothing to do with us) to query this. The activityhistory table has the data thatâs likely to be of interest.
Please note that this database schema is not a managed schema, and whilst itâs unlikely that itâll change we canât commit to not making changes that might break any custom integration done against them.
Best regards,
Colin.