Link to home
Start Free TrialLog in
Avatar of Pau Lo
Pau Lo

asked on

DBCC CHECKDB temp database

is it a recommended best practice to run DBCC CHECKDB over tempDB in SQL? Or only really user databases? Is there any logic why an admin would run DBCC CHECKDB over every database but tempDB?
SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pau Lo
Pau Lo

ASKER

do DBCC CHECKDB and CHECKSUM page verifacation check for the same thing? Or are they doing different types of checks?