December 2013
Intermediate to advanced
1872 pages
153h 31m
English
Table designs—Given the massively increased CPU, memory, and disk I/O speeds that now exist, you should use a general guideline to create as “normalized” a table design as is humanly possible. No longer is it necessary to massively denormalize for performance. Most normalized table designs are easily supported by SQL Server. Normalized table designs ensure that data has high integrity and low overall redundant data maintenance. See Dr. E.F. Codd’s original work on relational database design (The Relational Model for Database Management: Version 2, Addison Wesley, 1990). Denormalize for performance as a last resort!
Note ...