Hi,
I am figuring out how many backups complete per hour. I am selecting on the completed backup time by between hours, but I have to keep changing the between time for every hour. I have three servers and it is taking me forever. Is there a way to display my results without having to change the time for each hour and have it grouped by the hour like 2pm-3pm, 3pm-4pm etc? I tried
{@lastBackupStatus} = "Completed" and
{machine.lastCompleteBackupTime} in DateTime (2003, 01, 27,12, 00, 00) to DateTime (2003, 01, 27,13, 00, 00)or
{machine.lastCompleteBackupTime} in DateTime (2003, 01, 27,13, 00, 00) to DateTime (2003, 01, 27,14, 00, 00)
etc, it displays the desired data,but I can't get it grouped the way I want.
Thanks,
Cardimom
I am figuring out how many backups complete per hour. I am selecting on the completed backup time by between hours, but I have to keep changing the between time for every hour. I have three servers and it is taking me forever. Is there a way to display my results without having to change the time for each hour and have it grouped by the hour like 2pm-3pm, 3pm-4pm etc? I tried
{@lastBackupStatus} = "Completed" and
{machine.lastCompleteBackupTime} in DateTime (2003, 01, 27,12, 00, 00) to DateTime (2003, 01, 27,13, 00, 00)or
{machine.lastCompleteBackupTime} in DateTime (2003, 01, 27,13, 00, 00) to DateTime (2003, 01, 27,14, 00, 00)
etc, it displays the desired data,but I can't get it grouped the way I want.
Thanks,
Cardimom