Install SQL Server and Related Services Flashcards

1
Q

What is an instance of SQL Server?

A

It is a separate installation on the same server. You can only have a single default instance at a time.

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

What are the instance features that are strictly per instance installations?

A
SQL Server Replication
Machine Learning Services (In-Database)
     R
     Python
Full-Text and Semantic Extractions for Search
Data Quality Services
PolyBase Query Service for External Data
Analysis Services (OLAP - Online Analytical Processing Data that is read- CUBEs, Data Mining - SSAS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the instance features that are installed for all instances?

A
Machine Learning SErver (Standalone)
     R
     Python
Data Quality Client
Client Tools Connectivity
Integration Services (SSIS)
     Scale Out Master
     Scale Out Worker
Client Tools Backwards Compatibility
Client Tools SDK
Distributed Replay Controller
Distributed Replay Client
SQL Client Connectivity SDK
Master Data Services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is ETL?

A

Extract Transfer Load - For integrating other data sources to the database

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

What is SSIS for?

A

SQL Server Integration Services - Graphical tool for importing and transforming data between data sources

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

What are the different versions of SSAS?

A

Multidimensional and Data Mining Mode
Tabular Mode
PowerPivot Mode

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

Multidimensional and Data Mining Mode

A

Pre-Aggregated Data or Atomic Data from disk (CUBE)

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

Tabular Mode

A

Reads data directly from the cache and takes advantage of the query acceleration resulting from the column store indexes

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

PowerPivot Mode

A

Provides server hosting of power pivot data in a sharepoint farm.

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

What is SSDT?

A

SQL Server Data Tools. Provides Visual Studio integration

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

What’s the file extension for testing connectivity for a SQL Server?

A

UDL

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

Once you have a UDL file, how to you test connection?

A

Double click the file which launches the Data Link Properties app. Select the server, the security and database then click Test Connection.

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

How should you partition disk volumes hosting SQL databases (Data and Log)?

A

64 KB Allocation Unit Size (Done BEFORE any data goes on the disk)

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

What should the OS Power Saving setting be?

A

High Performance

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