It displays a message of percentage
complete when the backup is in process mode. its default value of the stats is
10 and hence if we do not specify the stats, keywords, SQL Server displays the
percentage completion at every 10 percentage.
BACKUPDATABASE[School_Context]TO DISK=N'D:\a'WITHFORMAT, STATS= 20 GO
It will give output as
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
It displays a message of percentage complete when the backup is in process mode. its default value of the stats is 10 and hence if we do not specify the stats, keywords, SQL Server displays the percentage completion at every 10 percentage.
It will give output as