Lesson 2 Flashcards

1
Q

What are the four system data base

A

master, model, made, temping

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

Data base with no user object

A

Empty shell database

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

In the server, we can create database using 2 options

A

gui and script

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

What is the Major version, Minor version, and Build number For 13.0.1601.5

A

Major Version- 13
Minor Version- 0
Build Nimber- 1601.5

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

Every time a Hot fix is applied which part changes

A

The build number

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

What command do you need to type to see if you have SQL server is installed in your computer

A

Service.smc

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

Best friend of the DBA- that automate things is called

A

SQL Server Agent

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

If you have named instances and you want to browse through them, we need

A

Browser

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

If you want to see only SQL server related services in your computer, what do you use

A

SSCM

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

The three network protocols available in SQL server

A

Shared memory, Named Pipes and TCP

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

The difference between the three protocols

A

Shared memory- server level
Named Pipes- LAN Local Area
TCP/IP- WAN Wide area network

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

To Connect to the server, we need to go ti or search

A

SSMS - SQL server management studio

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

ETL stands for

A

Extraction, Transformation, and Load

Take data from OLTP to OLAP

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

To extract data, we need

A

SSIS - SQL server Integration Service

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

To generate report from two different Data bases, we need

A

SSRS - SQL Server Reporting Database

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

The three BI services

A

Analyze service, reporting service, and integration service

17
Q

Another way to connect to the default instant in the server

A

Type Dot .
Or you can type the IP

18
Q

Regarding update, what comes after a HOT Fix

A

Cumulative update and then service pack

19
Q

When do we apply update to servers

A

During Down Time or off period

20
Q

In place upgrade means

A

Updating on the machine

21
Q

The last year for service pack is …….. and starting from that year, they only added ……..,,

A

2016/ commutative updates

There is no SQL update for SQL 2017

22
Q

If there are two hyphens - -

A

It means it is comment -

23
Q

Who manages the Active Directory- where all the machine name, server, log in information

A

Window Team/ System Administration/ Security admin

24
Q

The three BI’s in SQL

A

Integrating, reporting and analyzing service

25
The default TCP port of a SQL server is
1433
26
Why do we need service account on the SQL
So that the server can go outside of the SQL server and perform other functions