Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What are the basic functions for master, msdb, model, tempdb and resource databases?

Add comment
Views: 66
Votes: 0
Comments: 0
The master database holds information for all databases located on the SQL Server instance and is theglue that holds the engine together. Because SQL Server cannot start without a functioning masterdatabase, you must administer this database with care.

The msdb database stores information regarding database backups, SQL Agent information, DTS packages, SQL Server jobs, and some replication information such as for log shipping.

The tempdb holds temporary objects such as global and local temporary tables and stored procedures.

The model is essentially a template database used in the creation of any new user database created in the instance.

The resoure Database is a read-only database that contains all the system objects that are included with SQL Server. SQL Server system objects, such as sys.objects, are physically persisted in the Resource database, but they logically appear in the sys schema of every database. The Resource database does not contain user data or user metadata.
Others in this Category
document What are different normalization forms?
document Name 3 ways to get an accurate count of the number of records in a table?
document What is View?
document What is BCP? When does it used?
document Q: Explain the concept of NULL
document What is Aggregate Functions?
document What are the authentication modes in SQL Server? How can it be changed?
document Q: What are the advantages of VIEW ?
document What is Service Broker?
document What are the Advantages of using CTE?
» More articles



RSS