Inside Microsoft SQL Server 7.0 (Mps)

Chapter 5

Simply put, a Microsoft SQL Server database is a collection of objects that hold and manipulate data. A typical SQL Server installation has only a handful of databases, but it's not unusual for a single installation to contain several dozen databases. (Theoretically, one SQL Server can have as many as 32,767 databases. But practically speaking, this limit would never be reached.)

A SQL Server database:

A SQL Server database is not

A database itself isn't synonymous with an operating system file, but a database always exists in two or more such files. These files are known as SQL Server database files and are specified either at the time the database is created, using the CREATE DATABASE command, or afterwards, using the ALTER DATABASE command.

Категории