DATA_PURITY check and DBCC error 2570 in SQL Server 2005

http://support.microsoft.com/kb/923247

Using DBCC CHECKDB (0) WITH ESTIMATEONLY will estimate space needed in tempdb when DBCC CHECKDB is run.
Sample Output:
Estimated TEMPDB space needed for CHECKALLOC (KB)
————————————————-
27

(1 row(s) affected)

Estimated TEMPDB space needed for CHECKTABLES (KB)
————————————————–
678

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.