June 17, 2019 at 12:00 am
Comments posted to this topic are about the item Temporary data and Differential Backup size
God is real, unless declared integer.
June 17, 2019 at 7:45 am
My results:
Processed 5128 pages for database 'test', file 'test' on file 1.
100 percent processed.
Processed 3 pages for database 'test', file 'test_log' on file 1.
BACKUP DATABASE WITH DIFFERENTIAL successfully processed 5131 pages in 0.244 seconds (164.266 MB/sec).
June 17, 2019 at 8:14 am
I got the same results as Carlos.
It logically makes sense that because there has been no net change the differential will only be small but the outcome of my test said otherwise.
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
June 17, 2019 at 8:43 am
My Result when running the entire batch:
Processed 4 pages for database 'test', file 'test_log' on file 1.
BACKUP DATABASE WITH DIFFERENTIAL successfully processed 5108 pages in 1.766 seconds (22.594 MB/sec).
Running the same batch with a WAITFOR DELAY '00:00:05' before the differential backup gives this result:
Processed 4 pages for database 'test', file 'test_log' on file 3.
BACKUP DATABASE WITH DIFFERENTIAL successfully processed 92 pages in 0.336 seconds (2.127 MB/sec).
With a delay of less than 3 seconds more than 5000 pages were processed in the differential backup.
The correct answer should have been 'It Depends'
Louis.
June 17, 2019 at 9:18 am
Well done, "WAITFOR DELAY '00:00:05' " makes the difference.
June 17, 2019 at 12:31 pm
Heh... perhaps the next article should be about the delays of ghost row cleanups. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2019 at 5:14 am
Interesting question, thanks Thomas
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply