|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 6:21 AM
Points: 166,
Visits: 754
|
|
Morning everyone. Can anyone point me in the way of a script to detail historic restore durations ? need to know how long a restore operation took , from start to finish etc.
Cheers for any advice or pointers.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 4:14 AM
Points: 303,
Visits: 490
|
|
use msdb go select * from backupset
Above table can help you.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 4:03 AM
Points: 81,
Visits: 824
|
|
I have found the answers in the below url.
http://stackoverflow.com/questions/3776783/how-can-i-query-how-much-time-a-sql-server-database-restore-takes
Regards, Kumar http://www.sqldbatask.blogspot.com/
|
|
|
|