Before updates of our application, I run some checks on the database like CheckAllocations and CheckCatalog, so I know the database is in good shape before the update scripts get executed.
What is recommended for checks like that? How often should they be executed?
Do we need more checks besides these two?
We used to run the CheckIdentityValues as well, but I removed that, because that method will be removed (according to MSDN).