Data File Flashcards
Primary role of msdb
to store information related to SQL Server Agent jobs, including scheduling, execution history, alerts, and operators
- it is a glue that holds everything together
Tempdb
-holds temporary objects and temp variables
- cannot be set off line
-data file, log file or primary group cannot removed
- no snap shot
MSDB stores
- used by SQL for alerts, jobs
- All the back up and inform where they stored are found here
- file group, data file or log file cannot be created
Resource data base
A randomly database that obtains all the system object in a SQL server
Master database contains
- All the system level information
- ## cannot start SQL server without it
Model database
-Used as a templet created in a single instance
- change data capture cannot be enabled on model
- Files cannot be added
- triggers cannot be created
What are the five Datafile properties
logical name
File group
Initial size/Auto growth
File name
Path
Extension
GUI stands for
Graphic user interface