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
There is a trace flag you can use to log the restore process in detail. Try this:

Code:
DBCC TRACEON (3004, 3605, -1)

SQL Server will then log the additional details to the error log. Do the details explain why the restore process is taking longer than the reported duration?

Viewing all articles
Browse latest Browse all 713

Trending Articles