SQL Flashcards

1
Q

SQL default port

A

TCP 1433

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Master database

A

The master database holds information for all databases located on the SQL Server instance and is theglue that holds the engine together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the MSDB database

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the TempDB

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Model DB

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Resource DB

A

The resoure Database is a read-only database that contains all the system objects that are included with SQL Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you rebuild the Master DB?

A

Run Setup.exe, verify, and repair a SQL Server instance, and rebuild the system databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly