system databases in SQL Server

Source: Internet
Author: User

1. master database

Master is the most important database in SQL Server and is the core of the entire database server. The user cannot modify the database directly, and if the master database is damaged, the entire SQL Server server will not work. The database contains the login information for all users, the group in which the user resides, the configuration options for all systems, the name and information of the local database in the server, how SQL Server is initialized, and so on. As a database administrator, you should top up the backup master database.

2. Model Database

The model database is a template for creating databases in SQL Server, and you can save the relevant information in the model database if the database you want to create has the same initialization file size or has the same data table. Because a database created in the future will be a template with the data in the model database.

3. msdb database

The msdb database provides information to run SQL Server agent work.

The SQL Server Agent is a Windows service in SQL Server that is used to run the specified scheduled task.

4. tempdb database

Tempdb is a temporary database in SQL Server that holds various temporary objects or intermediate results. After SQL Server shuts down, the contents of the database are emptied, and the tempdb database trophy is rebuilt each time the server is restarted.

system databases in SQL Server

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.