CSM 10.2.2 Documentation

Home

Check Database

Run the Health Check Tool and select Generate Usage Statistics. Check Database runs a high-level check of the database without inspecting tables.

  1. Select the Generate Usage Statistics check box when you Run the Health Check Tool.
    You see the Check Database results in the report.

  2. Verify the database name to ensure that the correct database is being checked.
  3. Check that ServerCollation and DatabaseCollation match. They should be case insensitive as indicated by CI in the collation name, for example SQL_Latin1_General_CP1_CI_AS.
  4. Check that RecoveryModel is FULL.
  5. Check that ServerMaxMemory is 1GB less than the total available system memory.
  6. If you are using a dedicated server for CSM then OptimizeAdHoc should be set to true.
  7. Check that Version contains one of the supported SQL versions and has x64 in it.
  8. Check that the Database Files section has two entries.
    • The is_percent_growth column should be false.
    • In general, and for small databases, it is recommended that growth not be more than 10% of the Size column. For example, if the Size is 1000 MB, the growth should ideally not be more than 100 Mb. For production databases, the minimum recommended value for the Growth column is 50 MB.

Was this article useful?