Pregunta 1
Pregunta
Every SQL server database installation should consist of at least 3 files. The primary, secondary, and a log file.
Pregunta 2
Pregunta
Primary Data File - [blank_start].mdf[blank_end]
Log file - [blank_start].ldf[blank_end]
Secondary Data File -[blank_start].ndf[blank_end]
Backup file -[blank_start].bak[blank_end]
Pregunta 3
Pregunta
This can be used to spread the data across multiple disks or to hold different types of data.
Respuesta
-
Primary Data File
-
Log File
-
Secondary Data File
-
Backup File
Pregunta 4
Pregunta
This is the starting point of the database and points to the rest of the files in the database.
Respuesta
-
Primary Data File
-
Log File
-
Secondary Data File
-
Backup File
Pregunta 5
Pregunta
Every database must have this because data is not written directly to the database file.
Respuesta
-
Primary Data File
-
Log File
-
Secondary Data File
-
Backup File
Pregunta 6
Pregunta
This can be handy for data management and backup tasks and can also be used to improve performance.
Respuesta
-
Index
-
File Groups
-
Backup Files
Pregunta 7
Pregunta
It is a named collection of data files.
Respuesta
-
File Groups
-
Data Group
-
Transaction Log
Pregunta 8
Pregunta
This is like a cockpit voice recorder which stores each transaction processed by the SQL Server.
Respuesta
-
File Groups
-
Data Group
-
Transaction Log
-
Event Viewer
-
Secondary Data File
Pregunta 9
Pregunta
Commands are written here before they are executed on the database.
Respuesta
-
Primary Data File
-
Transaction Log
-
Secondary Data File
-
Backup File
Pregunta 10
Pregunta
[blank_start]Checkpoint[blank_end] can be recorded to the log to aid in recovery to that point.
Respuesta
-
Checkpoint
-
Index
-
Log Flag
-
Marker
Pregunta 11
Pregunta
What are the different backup types?
[blank_start]Full[blank_end]
[blank_start]Differential[blank_end]
[blank_start]File/File Group[blank_end]
[blank_start]Transaction Log[blank_end]
Respuesta
-
Full
-
Differential
-
File/File Group
-
Transaction Log
-
Simple
-
Bulk Copy
Pregunta 12
Pregunta
This backups parts of the database that have changed since the last full backup.
Respuesta
-
Full
-
Bulk Copy
-
Differential
-
File/ File Group
-
Simple
Pregunta 13
Pregunta
This is a type of database that stores information about SQL Server as a whole. SQL Server uses these databases to operate and manage the system.
Respuesta
-
System Databases
-
User Databases
-
SQL Databases
Pregunta 14
Pregunta
Check all the System Databases
Respuesta
-
Master
-
Module
-
tempdb
-
msdb
-
distribution
-
APXFirm
-
APXController
Pregunta 15
Pregunta
This data type uses any combination of letters, symbols, and numbers.
Pregunta 16
Pregunta
Fields it to [blank_start]Columns[blank_end] as Records is to [blank_start]Rows[blank_end]