Creating and Maintaining Databases

How to Install SQL Server 2000

How To

Creating and Maintaining Databases

Designing your Microsoft® SQL Server™ 2000 database structure involves creating and maintaining a number of interrelated components.

Database component Description
Databases Contain the objects used to represent, manage, and access data.
Tables Store rows of data and define the relationships between multiple tables.
Indexes Optimize the speed of accessing the data in the table.
Views Provide an alternate way of looking at the data in one or more tables.
Stored Procedures Centralize business rules, tasks, and processes within the server using Transact-SQL programs.
Triggers Centralize business rules, tasks, and processes within the server using special types of stored procedures that are only executed when data in a table is modified.

Creating a database to serve your business needs requires an understanding of how to design, create, and maintain them to ensure your database performs optimally.