0% found this document useful (0 votes)
78 views

SQL Server

There are four main built-in databases in SQL Server: the master database contains necessary tables; the model database contains templates for other databases; the tempdb database stores temporary objects; and the msdb database contains SQL Server Agent jobs and alerts. SQL Server also uses primary data files, secondary files that refer to data in primary files, and log files that store user transaction information.

Uploaded by

akhileshraj
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

SQL Server

There are four main built-in databases in SQL Server: the master database contains necessary tables; the model database contains templates for other databases; the tempdb database stores temporary objects; and the msdb database contains SQL Server Agent jobs and alerts. SQL Server also uses primary data files, secondary files that refer to data in primary files, and log files that store user transaction information.

Uploaded by

akhileshraj
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Different Databases in SQL Server->

1) Master -> This is a master database which contains all the necessary
tables in the database.
2) Model -> This is a database which contains the different models of the
database.
3) Tempdb-> This is a database which contains the temporarily database
in it.
4) Msdb- > This is a database which contains the Microsoft Database in
it.

These are the built –in databases which are already designed in SQL Server
Enterprise Manager.

Different File groups & Files in Sql Server->


1) Primary Files -> These are the primary files in the SqlServer, by
default there is only one Primary File in the Sql sErver. Its extension
is .mdf . The user can create his own primary file.
2) Secondary File- > These are the secondary files whose information is
already stored in Primary files.
3) Log Files -> these have the extension .ldf which are used to store the
information of the user.

Assignment ->

You might also like