Seeing Multiply Lines in the log of a completed job
ChrisAVWood
Posts: 361
On one of my SQL2005 SP2 servers running SQLBackup 5.4 I see 3 lines when I right click properties on a completed job in the GUI under the Activity History tab.
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
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
English DBA living in CANADA
Comments
Would it be possible to send a screen shot to my email id priya.sinha@red-gate.com please?
Thanks,
Priya
Project Manager
Red Gate Software
Cleveland, OH USA
Chris
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.
Cleveland, OH USA
master..sqbdata
'SELECT *
FROM backuphistory
WHERE id > 0
AND backup_start > ''1901-01-01 00:00:00''
ORDER BY backup_type, backup_start '
Cleveland, OH USA
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