October 2002
Beginner
1032 pages
23h 5m
English
The following sections discuss the fundamental terminology and concepts necessary to manage a SQL Server database.
A database is an organized collection of data (see Figure 8.1). This collection of data is logically structured and systematically maintained. SQL Server extends the concept of a database by allowing you to create and store other types of objects, such as stored procedures, triggers, views, and other objects that interact with your data.

The transaction log is the history of data modifications to a database (see Figure 8.2). Whenever you create ...
Read now
Unlock full access