Is your database following best practices consistently?
- Naming standards
- Table and column definitions
- Strong typing
- Foreign key references
- Primary key attributes
- Index deficiencies
- Stored procedures
- Parameter type normalization
When was the last time you reviewed your database to ensure it won't truncate (or worse, lose) data?
Is your system an integrity nightmare?
You can spend hours and hours checking your database against a library of best practices, or you can just use a tool to make an assessment for you.
DB Assessor will check several aspects of your database schema and data.
Once an assessment is made, you can generate a report of issues for review. You
can also pick and choose individual issues for creation of automatically generated
fix scripts.
A library of references providing insight to database creation, tuning, and maintenance.
Stop Typing Scripts!
Whether creating a new database or working on an existing project, Database Assessment
Tool can not only show hidden problems in the schema, it can fix some of them for you!