Checking a SQL Server DB schema for Non-Normalized tables?
I there an automated way to find tables which are not normalized? Or are there queries which I can tailor to tell me which tables are not normalized?
Thanks.
ASKER
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
But the short answer is likely that none of the tables are properly normalized. That sounds bad, but it's almost certainly true. Typically tables are created by developers who give zero thought to normalization.