Quantcast
Channel: Red Gate forums: SQL Backup 7
Viewing all articles
Browse latest Browse all 713

RE: How to generate report on database restore durations

$
0
0
The longest process is this entry:

2013-05-15 11:06:02.21 spid61 Restore-Redo begins on database ODHR

and this post explains what is actually done during this process:

http://msdn.microsoft.com/en-us/library/ms191455(v=sql.105).aspx

The Restore-Redo process might just be taking a reasonable duration, or it might actually be slow, depending on your setup. If you think it should complete faster, one option may be to look at the virtual log files (VLFs) of your database (see http://adventuresinsql.com/?p=12).

Viewing all articles
Browse latest Browse all 713

Trending Articles