January 25, 2013 at 6:18 am
Hi Experts,
Is there any performance impact if we run DBCC CHECKDB? if yes,then what?
We have a 3TB database and we are planning to run a CHECKDB?
Please advise.
TIA
January 25, 2013 at 6:33 am
Ratheesh.K.Nair (1/25/2013)
Hi Experts,Is there any performance impact if we run DBCC CHECKDB? if yes,then what?
Yes. Heavy CPU and IO load.
We have a 3TB database and we are planning to run a CHECKDB?
Good idea. Regularly I hope.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 25, 2013 at 6:42 am
If you're concerned or are already bumping into issues getting consistency checks to complete on a 3TB database you can consider splitting the workload:
CHECKDB From Every Angle: Consistency Checking Options for a VLDB By Paul Randal[/url]
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 25, 2013 at 6:50 am
Thanks Gail & OPC
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply