Database Design Considerations
Designing a database requires an understanding of both the business functions you want to model and the database concepts and features used to represent those business functions.
It is important to accurately design a database to model the business because it can be time consuming to change the design of a database significantly once implemented. A well-designed database will also perform better.
When designing a database, you should consider:
- The purpose of the database and how it affects the design. Create a database plan to fit your purpose.
- Database normalization rules that prevent mistakes in the database design.
- Protection of your data’s integrity.
- Security requirements of the database and user permissions.
- Performance needs of the application. You must ensure that the database design takes advantage of Microsoft® SQL Server™ features that improve performance. Achieving a balance between the size of the database and the hardware configuration is also important for performance.
- Maintenance.
- Estimating the size of a database.
(c) 1988-98 Microsoft Corporation. All Rights Reserved.