SQL Flashcards
SQL default port
TCP 1433
What is the Master database
The master database holds information for all databases located on the SQL Server instance and is theglue that holds the engine together
What is the MSDB database
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
What is the TempDB
The tempdb holds temporary objects such as global and local temporary tables and stored procedures.
What is the Model DB
The model is essentially a template database used in the creation of any new user database created in the instance.
What is the Resource DB
The resoure Database is a read-only database that contains all the system objects that are included with SQL Server
How do you rebuild the Master DB?
Run Setup.exe, verify, and repair a SQL Server instance, and rebuild the system databases