Comments
6 comments
-
Hi Chris,
Would it be possible to send a screen shot to my email id priya.sinha@red-gate.com please?
Thanks,
Priya -
What ever was the cause of this?
-
I was told it was a cache problem that should be fixed in version 6.
Chris -
I continue to see backups and restores from 2008 in my Activity History frame. I have my delete option set to 60 days and when I run the query below on the affected server I do not see any dates from 2008. Which means that the data from the Activity History window does not refresh from the database, even when you hit refresh.
So this brings two things to the table. First, I would like the Refresh to do a refresh of the Activity History window. Second, I would like the Date column to at least, optionally, show the year. -
I forgot to include the query in the prior message.
master..sqbdata
'SELECT *
FROM backuphistory
WHERE id > 0
AND backup_start > ''1901-01-01 00:00:00''
ORDER BY backup_type, backup_start ' -
Larry,
You are looking in msdb with your query. Outside of SQL Backup are you trimming the entries in msdb using SQL Server Agent properties/History? If you aren' then this may explain why your query in msdb is returning entries.
Chris
Add comment
Please sign in to leave a comment.
At one time there was more than 1 server registered in SQLBackup in the GUI on this server.
Any ideas why this is happening?
Thanks
Chris