Performing Database Tasks
The major tasks associated with working with a database are planning, designing, implementing, optimizing and maintaining. The following table lists topics in SQL Server 2005 Books Online that describe how to understand and perform these tasks, giving novice users a conceptual grounding in how databases work.
Important
The topics listed below might refer to user interface elements or features that are not supported by SQL Server Express. For more information about feature support, see Overview of SQL Server Express.
Database task | SQL Server 2005 Books Online topic |
---|---|
Plan a database |
Understanding Files and Filegroups Introduction to Transaction Logs |
Design a database |
Online Transaction Processing vs. Decision Support Estimating the Size of a Database |
Implement a database |
Creating a Database (Database Engine) Adding Rows by Using INSERT and SELECT |
Optimize a database |
|
Maintain a database |
Maintaining Databases (Database Engine) Backing Up and Restoring Databases in SQL Server Considerations for Backing Up and Restoring System Databases |