SQL DBA Mod 1 Intro
SQL DBA Mod 1 Intro
A database administrator (DBA) directs or performs all activities related to maintaining a successful database environment
Data Marketing
Production Application Development
UAT DBA warehouse DBA
DBA DBA DBA
DBA
SQL Server is Microsoft's relational database management system (RDBMS). It is a full-featured database primarily designed to compete
against competitors Oracle Database (DB) and MySQL
It is also an ORDBMS
An instance is a collection of SQL Server databases run by a single SQL Server service
Instance
1 If you plan to install a single instance of SQL Server on a database server, go with a default instance
Use a named instance for situations where you plan to have multiple instances on the same server
2
computer
3 A computer can host only one default instance; all other instances must be named
System databases are defined by Microsoft and are needed for SQL Server to operate. These databases include Master, Model, MSDB &
TempDB
The master database records all the system-level information for a SQL Server system. This includes instance-wide metadata such as logon
accounts, endpoints, linked servers, and system configuration settings
The model database is used as a template whenever a new user database is created. You can change most database properties, create
users, stored procedures, tables, views, etc – whatever you do will be applied to any new databases
The msdb database is used by SQL Server Agent for scheduling alerts and jobs and by other features such as SQL Server Management
Studio, Service Broker and Database Mail
Tempdb is the workhorse of the system databases. It is the workspace that SQL Server uses to store the intermediate results of query
processing and sorting
A Enterprise Edition
B Standard Edition
C Web Edition
D All of these
A Enterprise Edition
B Standard Edition
C Web Edition
D All of these
A Master Database
B Slave Database
C Model Database
D tempDB
A Master Database
B Slave Database
C Model Database
D tempDB
sales@intellipaat.com