You administer a Microsoft SQL Server 2012 database. You want to make a full backup of the
database to a file on disk.
In doing so, you need to output the progress of the backup.
Which backup option should you use?
A.
STATS
B.
COMPRESSION
C.
CHECKSUM
D.
IN IT
A
A
STATS [ = percentage ]
Displays a message each time another percentage completes, and is used to gauge progress. If percentage is omitted, SQL Server displays a message after each 10 percent is completed.
https://msdn.microsoft.com/en-us/library/ms186865.aspx