What is an instance of SQL Server?
It is a separate installation on the same server. You can only have a single default instance at a time.
What are the instance features that are strictly per instance installations?
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)What are the instance features that are installed for all instances?
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 ServicesWhat is ETL?
Extract Transfer Load - For integrating other data sources to the database
What is SSIS for?
SQL Server Integration Services - Graphical tool for importing and transforming data between data sources
What are the different versions of SSAS?
Multidimensional and Data Mining Mode
Tabular Mode
PowerPivot Mode
Multidimensional and Data Mining Mode
Pre-Aggregated Data or Atomic Data from disk (CUBE)
Tabular Mode
Reads data directly from the cache and takes advantage of the query acceleration resulting from the column store indexes
PowerPivot Mode
Provides server hosting of power pivot data in a sharepoint farm.
What is SSDT?
SQL Server Data Tools. Provides Visual Studio integration
What’s the file extension for testing connectivity for a SQL Server?
UDL
Once you have a UDL file, how to you test connection?
Double click the file which launches the Data Link Properties app. Select the server, the security and database then click Test Connection.
How should you partition disk volumes hosting SQL databases (Data and Log)?
64 KB Allocation Unit Size (Done BEFORE any data goes on the disk)
What should the OS Power Saving setting be?
High Performance