SQL Server database principles Reading Notes (2)-databases and database files

Source: Internet
Author: User

1. System database:

Master-System database;
Model-template database. All databases we create are Copy databases;
Tempdb-temporary database. After SQL Server is restarted, it will be re-created. You can create private (prefix #) and Global (prefix #) temporary tables on it;

Others-example database;

2. database files:

Each SQL Server database must span at least two files, one for data, index, and allocation pages, and the other for transaction logs. There are three types of data files: primary data files, secondary data files, and log files.

To facilitate database space allocation and management, You can merge multiple database files of a database into different file groups.

3. database backup and recovery:

Backup Type: Full backup, Incremental backup, and log backup;

Recovery mode: FULL recovery, BULK_LOGGED recovery, and SIMPLE recovery.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.