Previous Topic: Backup and Recovery Best PracticesNext Topic: About Files and FileGroups


Microsoft SQL Server Database Basics

To achieve optimal results using Arcserve Backup to back up your Microsoft SQL Server databases, the following database fundamentals are provided.

A database is a collection of tables, which are comprised of rows or records. Each row is made up of columns that contain some sort of structured information about a record. Database data is stored across two operating system files -- data files and log files:

Though SQL Server supports single-disk systems, you should store your Data and Log Files on separate disks.