0% found this document useful (0 votes)
118 views

MSBI Training Plans: Plan A Plan B Plan C

The document outlines three different MSBI training plans - Plan A, Plan B, and Plan C. Plan A focuses only on MSBI topics and lasts 7 weeks. Plan B adds T-SQL basics and lasts 9 weeks. Plan C is the most comprehensive, including T-SQL basics, MSBI topics, and Azure DevOps topics over 13 weeks. Each plan covers different modules and topics related to SQL Server, T-SQL, MSBI (SSIS, SSAS, SSRS), and Azure DevOps. The detailed module outlines provide information on course duration, topics, and chapters covered in each training plan.

Uploaded by

Veerendra Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views

MSBI Training Plans: Plan A Plan B Plan C

The document outlines three different MSBI training plans - Plan A, Plan B, and Plan C. Plan A focuses only on MSBI topics and lasts 7 weeks. Plan B adds T-SQL basics and lasts 9 weeks. Plan C is the most comprehensive, including T-SQL basics, MSBI topics, and Azure DevOps topics over 13 weeks. Each plan covers different modules and topics related to SQL Server, T-SQL, MSBI (SSIS, SSAS, SSRS), and Azure DevOps. The detailed module outlines provide information on course duration, topics, and chapters covered in each training plan.

Uploaded by

Veerendra Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

MSBI Training Plans

PLAN A PLAN B PLAN C


1.MSBI[IS, AS, RS] 1. T-SQL Basics 1. T-SQL Basics
Course Includes 2. MSBI [IS, AS, RS] 2. MSBI [IS, AS, RS]
3. Azure DevOps
SQL: Database Basics, SQL Basics X  
T-SQL: SQL Server & T-SQL Queries X  
T-SQL: Queries, Sub Queries, Joins X  
T-SQL: Constraints, Group By, Merge X  
T-SQL: Data Modelling, Excel Pivots X  
MSBI: ETL & DWH Design in SSIS   
MSBI: SSAS Cube Design & OLAP   
MSBI: SSRS, Excel Pivot Reports   
MSBI: DAX Expressions & Queries   
MSBI: MSBI with Big Data (Azure)   
MSBI: MDX Queries, Cube Reports   
MSBI: End to End MSBI Project   
SDLC, Dev & Operations, DevOps X X 
DevOps Tools, Git & GitHub X X 
Docker, Kubernetes, Azure DevOps X X 
Azure Boards, Repos, Tests, Artefacts X X 
Azure Pipelines (CI, CD), Case Study X X 
SDLC, Dev & Operations, DevOps X X 
DevOps Tools, Git and GitHub X X 
Total Course Duration 7 Weeks 9 Weeks 13 Weeks

www.sqlschool.com For Free Demo: Reach us on 9666 44 0801 or 9666 64 0801 (24x7)
MSBI Training
Training Module Duration Plan A Plan B Plan C
Module 1 SQL Server T-SQL 2W X  
Module 2 MSBI [SSIS,SSAS,SSRS] 6W   
Module 3 Azure DevOps [DevOps Server and Service] 4W X X 
Total Duration 6W 8W 10 W

Module 1: Basics, SQL Server & T-SQL Concepts (For MSBI Plans B, C)
Chapter 1: SQL SERVER INTRODUCTION
Data, Databases and RDBMS Software; Database Types : OLTP, DWH, OLAP; Microsoft SQL Server
Advantages, Use; Versions and Editions of SQL Server; SQL : Purpose, Real-time Usage Options; SQL Versus
Microsoft T-SQL [MSSQL]; Microsoft SQL Server - Career Options; Database Engine Component and OLTP; BI
Components, Data Science Components; ETL, MSBI and Power BI Components; Course Plan, Resume,
Project; 24 x 7 Lab; Software Installation Pre-Requisites;
Chapter 2: SQL SERVER INSTALLATIONS
Versions and Editions of SQL Server; SQL Server Pre-requisites : S/W, H/W; SQL Server 2016 / 2017
Installation; SQL Server 2019 Installation; Instance Name; Instances : Types; Default & Named Instances;
Port Numbers; Service & Service Account; Authentication and Logins; FileStream, Collation Properties;
Chapter 3: SSMS Tool, SQL BASICS - 1
SQL Server Management Studio; Local and Remote Connections; System Databases: Master and Model;
MSDB, TempDB, Resource Databases; Creating Databases : Files [MDF, LDF]; Creating Tables in GUI; Data
Insertion & Storage; SQL : Real-time Usage; DDL, DML, SELECT, DCL and TCL Statements; Data Storage,
Inserts - Basic Level; SELECT; Table Data Retrieval;
Chapter 4: SQL BASICS - 2
Creating Databases & Tables in SSMS; Single Row Inserts, Multi Row Inserts; Rules for Data Insertion
Statements; SELECT Statement @ Data Retrieval; SELECT with WHERE Conditions; AND and OR; IN and NOT
IN; Between, Not Between; LIKE and NOT LIKE; UPDATE Statement; DELETE & TRUNCATE; Logged and Non-
Logged Operations; ADD, ALTER and DROP Statements;
Chapter 5: SQL BASICS - 3, T-SQL Introduction
Schemas : Group Tables in Database; Using Schemas for Table Creation; Using Schemas in Table Relations;
Table Migrations across Schemas; Default Schema : "dbo"; Import and Export Wizard; Bulk Operations; Excel
File Imports / Exports; SQL Server Native Client; Executing SSIS Packages, Data Loads; Local and Global
Temporary Tables; # & ## Prefix; Temporary Vs Permanent Tables;
Chapter 6: CONSTRAINTS & INDEXES BASICS
Constraints and Keys - Data Integrity; NULL, NOT NULL Property on Tables; UNIQUE KEY Constraint;
PRIMARY KEY Constraint; FOREIGN KEY Constraint, References; CHECK Constraint; DEFAULT Constraint;
Identity Property : Seed & Increment; Database Diagrams and ER Models; Indexes : Basic Types and

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Creation; Clustered and Non Clustered Indexes; Primary Key and Unique Key Indexes;
Chapter 7: JOINS and TSQL Queries : Level 1
JOINS; INNER JOINS For Matching Data; OUTER JOINS For (non) Match Data; Left Outer Joins; Right Outer
Joins; FULL Outer Joins; One-way & Two Way Comparisons; "ON" Conditions; NULL, IS NULL; CROSS JOIN
and CROSS APPLY; Join Options: Merge, Loop and Hash Joins;
Chapter 8: GROUP BY, T-SQL Queries : Level 2
GROUP BY Queries and Aggregations; Group By Queries with Having Clause & Where Clause; WHERE and
HAVING in T-SQL; Rollup : T-SQL Queries; Cube : Usage and T-SQL Queries; UNION and UNION ALL; EXISTS;
Sub Queries; Joins with Group By Queries; Nested Sub Queries; UNION and UNION ALL; Nested Sub Queries
with Group By, Joins; Comparing WHERE, HAVING Conditions;
Chapter 9: JOINS & T-SQL Queries : Level 3
GetDate, Year, Month, Chapter Functions; Date & Time Styles, Data Formatting; DateAdd and DateDiff
Functions; Cast and, Convert Functions in Queries; String Functions: SubString, Relicate; Len, Upper, Lower,
Left and Right; LTrim, RTrim, CharIndex Functions; MERGE Statement - Comparing Tables; WHEN MATCHED
and NOT MATCHED; IIF() Function for Value Compares; CASE Statement : WHEN, ELSE, END;
ROW_NUMBER() and RANK() Queries; Dense Rank and Partition By;
Chapter 10: VIEW, PROCEDURE, FUNCTION BASICS
Views : Types, Usage in Real-time; System Predefined Views and Audits; Listing Databases, Tables, Schemas;
Functions : Types, Usage in Real-time; System Predefined Functions, Audits; DBId, DBName, ObjectID,
ObjectName; Variables & Parameters; System Predefined Procedures; Parameters; Sp_help, Sp_helpdb and
sp_helptext; sp_pkeys, sp_rename and sp_help;
Chapter 11: TRIGGERS & TRANSACTIONS
Triggers Real-world Usage; FOR/AFTER Triggers; INSTEAD OF Triggers; INSERTED, DELETED Memory Tables;
DML Automations using Memory Tables; Read Only Tables; Enable Triggers and Disable Triggers; ACID
Properties; Auto Commit; EXPLICIT & IMPLICIT; COMMIT and ROLLBACK; Open Transactions; Query Blocking
Scenarios @ Real-time; NOLOCK and READPAST Lock Hints;
Chapter 12: ER MODELS, NORMAL FORMS
Normal Forms for Entity Relationships; First, Second, Third Normal Forms Usage; Boycee-Codd Normal
Form: BNCF : Usage; 4 NF, EKNF, ETNF. Functional Dependency; Multi-Valued, Transitive Dependencies;
Composite Keys and Composite Indexes; 1:1, 1:M, M:1, M:M Relationship Types; SQL Queries Access in
Reporting Tools; Office Data Connection Files; Excel Pivot Reports; SQL Queries in BI Tools; FETCH OFFSET,
NEXT ROWS; Data Refresh (Manual, Automated);
REAL-TIME CASE STUDY - 2(Sales & Retail), EXCEL INTEGRATION

Module 2: SQL Server Integration Services (SSIS)


{For MSBI All Plans}

Chapter 1: SSIS INTRODUCTION & INSTALLATION


Need for SQL Server Integration Services (SSIS) & ETL / DWH; Advantages of SSIS for Data Loads, Operations,
ETL, Warehouse; SSIS Tools : SSDT (SQL Server Data Tools), ETL Wizards; SSIS Design / Development and LIVE
(Deployment) Environment; Understanding Data Warehouse (DWH) Design and ETL Process; DWH and ETL
Structures, Implementations with MSBI SSIS; SSIS ETL Operations for Data Reads, Data Cleansing, DWH; Data
SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Warehouse (DWH) Design Principles and Design Plan; SSIS 2019 and 2017 : SSIS Installations, Database
Catalog Folders; SSDT Installation; Basic Vocabulary - SSIS, ETL, DWH, Data Flow, Data Buffer; SSIS Package
Environment and Project Creation; SSIS Project Templates - Verifications; Version Control and Tools Usage;

Chapter 2: SSIS ETL PACKAGES: EXTRACT, TRANSFORM, LOAD


Control Flow Tasks - Architecture, Purpose and Usage; Data Flow Tasks - Architecture, Purpose and Usage;
Creating SSIS Packages For Basic Data Flow Operations; SSIS Solutions, Projects and Package Creation. Tasks;
Need For Data Pipelines & Connections in Data Flow Tasks; Understanding SSIS Package (Program) Execution
Process; Working with Data Flow Objects and Tasks in SSIS; Using OLE DB and SQL Server Connections -
Usage; SSIS Package Creation Process - Using Control Flow Items; Using DTSX Files for SSIS Package
Execution. Audits; SSIS Execution Context, SSIS Package Errors and Logs; Data Flow Transformation:
Conditional Split, Expressions; Excel Connections, Sheets, & Memory References - Usage; Using Source
Assistants, Destination Assistants @ SSIS;DAT File Imports, Data Flow Options, Adding Annotations; SSIS
Project Configuration - Debugging, Bit Config; SSIS 64 Bit and 32 Bit Configuration Settings and Options;

Chapter 3: MERGE, FUZZY LOOKUP, DATA CONVERSION


MERGE Transformation and UNION ALL Transformation; SORT Transformation, NOSORT Options, Advanced
Sort; Synchronous & Asynchronous Transformations, Data Loads; Row and Partial Blocking Transformations.
Buffer Reuse; Fully Blocking Transformations - Buffer Reuse Restrictions; Examples to Avoid Fully Blocking
Transformation in SSIS; Bulk Load Operations and Data Import Options in SSIS; IsSorted and SortKey
Positions with Advanced Options; SSIS performance & Resource; Data Conversion Transformation and SSIS
Expressions; Fuzzy Lookup Transformation, Reference Table Connections; Exact, Fuzzy & Nomatch Data
Cleansing with Conditional Split; Index Creation, Maintenance for Faster Lookup Transformation; Derived
Columns; NVARHAR, VARCHAR Data; Threshold Values Selection, Search Delimiters and Options; Data
Pipeline with _Similarity, _Confidence. Explicit Data Type Conversions and Usage. Error Redirections;

Chapter 4: PACKAGE PROPERTIES, CHECKPOINT, PIVOT


Execute SQL Task and OLE DB Queries; Transaction Options For SSIS Executables - Package Level;
Precedence Constraints - Success / Failure / Completion; SSIS Package Level Rollbacks and Restart Execution
Options; SSIS Checkpoints - Purpose and Usage with Data Flow Tasks; Checkpoint Files and SSIS Logging
Options - Package, Tasks; Transactions with Checkpoint File Usage in SSIS Packages; Checkpoint Options;
FailPackageOnFailure and Checkpoint; Transaction Property : REQUIRED / SUPPORT, NOTSUPPORTED;
Importing Legacy Data, Data Cleansing, Formatting; PIVOT Transformation, Data Reads, Connection
Assistant; Pivot Usage, Key Values; Lineage ID in SSIS. Data Mappings; Lineage IDs for Column Mapping and
Pivot Keys; Data Viewer (Debugging) for Data Transfer; Explicit Data Type Conversions. Error Redirections;

Chapter 5: SSIS with ETL & DWH. SCD TYPE 1, TYPE 2


Validation Events, Execution Events; Pre-Execution, Progress and Cleanup Events in SSIS; Auditing SSIS
Events, Errors / Warnings / Information; Configuring and Using sysssislog System Tables; Package Debugging
: Data Viewers & Breakpoints; For Each Loop Container. File Connections, Variables; Defining Variables for
Connections. DFT, Control Flow Links; Dynamic Connections with Variables. Connection Strings; Connection
Iterations, Connection Fetch, Index Mapping; SSIS Expressions and Usage for ETL and DWH; FOR LOOP
Expressions in SSIS; InitExpression, EvalExpression, AssignExpression; SSIS Expression Builder, Functions,
Evaluated Values; Data Insertions and Data Serializations with SSIS; Counter Values, Variables and
Parameter Mapping; SSIS for OS Drive Operations, Loops; Using Execute SQL Task : Variables, Return Values;

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Chapter 6: DATAWAREHOUSE (DWH) DESIGN WITH SSIS
Introduction to Data Warehouse (DWH) - Purpose, Usage, Access; Technical Terms: Dimensions, Attributes,
Members and Types; Dimension Tables, Fact Tables and Relations, Inferred Members; TYPE1 and TYPE2
Changes. ETL Implementation Techniques; Implementing Type I Changes (SCD) for DWH : Sales Scenario;
Dimensional Table Design for DWH using SCD - Type 1, Type 2; Initial Data Loads with Legacy Files (DAT, TXT,
CSV), Data Marts; Working with Business Keys & non Identity Key Based Columns; Surrogate Keys and
Alternate Business Keys - Purpose, Usage; Identity Columns, Key Values in DWH. Business Key Limitations;
Cascading Source OLTP / Stage Changes to DWH Inactive Rows; Changes to Fixed Attributes, Changing
Attributes. Observations; Changes to Historical Attributes. Inferred Member Updated; ETL Date Fields, Row
Status Values and Transformations; Designing Dimensions for DW - Incremental, Historical Loads; Historical
Attributes, Data Delta Operations, Identification; SSIS SCD Transformation Limitations and Real-time Issues;

Chapter Ch 7: CHECKSUM TRANSFORMATION, DWH DESIGN


Checksum Transformation : 2019, 2017 Versions; Parity Checks (CRC) Codes; Working with CHECKSUM
Transformation & Parity Bit Columns; Generating Checksum Values For Type I, Type II ETL Changes; DWH
Dimension Tables With Checksum Transformation; Parity Bits, Conditional Lookup Transformation; Row
Redirection & Lookup Match, NonMatch Output; OLE DB Command: SQL Statements; Parameter Mapping
and Row Updates; Memory Loads, CAW Files (VM); Memory Connections and Reuse. Lookup with Cache;
Tuning Lookup Transformation: FULL CACHE and PARTIAL CACHE. Cache Connection Manager; Pre-ETL Data
Load with Memory Connections; Lookup with NOCACHE. Dependent Data Flow Tasks; Post ETL, Derived
Column and Fuzzy Transformations; Internal Parameters; OLEDB Command with Conditional Splits;

Chapter 8: CHANGE DATA CAPTURE: DWH DIMENSIONS


Understanding CDC Tables with SQL Server Connections; DML Audits: Inserts, Deletes, Values before/after
Updates; CDC Source Connections - Usage, ADO.NET Integration; CDC Control Flow Tasks and CDC State
Tasks. Values; INITIAL LOAD START / END. PRCESSING RANGE; Using State Variables and Controls. Storing
States; CDC Source with Net Support Changes; SSIS CDC Control Tasks and Caching, State Variables;
Understanding State Variables and SSIS Logging Tables; Initial and Incremental Loads with CDC; Dynamic
CDC Connections, Parameter Mapping; Integrating Control Flow and Data Flow for CDC @ ETL; CDC Splitter
Transformation - Row Inserts and Updates; Master Packages and Child Packages, Derived Columns; Defining
Local and Global Variables/Parameters; Parameter Bindings with Parent - Child Packages;

Chapter 9: FACT TABLE DESIGN, FACT LOADS (DWH)


Fact Table - Design and Implementation Rules, ER Model; Fact Table Design with STAR and SNOWFLAKE
Schemas; Time Dimensions - Purpose, Usage and ETL Date / Time; Generating Time Dimensions for ETL,
Load Identification; Parent-Child Packages for Dimensional Loads, Control Flow; Parent-Child Packages for
Dimensions & Fact Table Loads; Master Package Design: Dimension, Fact Load Integration; Inferred
Members and Status for NULLs in Dimensions; Parameter Mapping @ ETL Updates, Component Properties;
ETL Load Date IDs & Expressions for Dimension Keys; Error Handling & Event Handling with Master
Packages; Text Qualifiers and Parameters in Master-Child Packages; Key Based Dimension LOOKUPs and
Indexes. Fast Loads; SCD Implementations with Legacy Data. ETL Load Types; Fact Load Design for Initial
Loads, Incremental Updates; End-to-End Data Warehouse Design: Implementation; Direct Data Loads and
Data Stage Operations for DWH DBs; STAR & SNOWFLAKE Schemas for DWH - Data Modelling;

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Chapter 10: DWH MIGRATIONS with SSIS, SCRIPT Task
Data Warehouse Migrations with SSIS Control Flow; Using SSIS Containers and Db Integrity Task; Using Pre-
Database Migration Tasks, Precautions; Transfer Database Task and DB File Options; Online and Offline DB
Transfer Options, Usage; Copy / Move Options with DWH Migrations; SMTP : Simple Mail Transfer Protocol
For Emails; Using SQL Server Agent Operators, Package Events; Precedence Constraint with Containers, SSIS
Tasks; Using Data Profiling Task with ADO.NET Connectors; XML Files Generation, Using SSIS Data Profiler
Tool; Script Task - Purpose and Working in SSIS Control Flow; Script Task - Usage with VB.NET Programs.
Compilations; Variables and Parameters with SSIS Script Task. Usage; Read Only and Read Write Variables.
Expressions, Mapping; Data Flow Limitations : Solutions with .NET Scripting; SSIS Expressions and Package
Debugging, Break Points; SSIS Variables and Parameters - Mapping Expressions; Using Control Flow File
System Tasks and Limitations; SQLDataAdapters & System.Data.SQLClient Connections;

Chapter 11: SSIS PROJECT DEPLOYMENT, UPGRADES


SSISDB Catalog Deployments - Process & ISPAC Files; SSIS Package Builds, Verification Techniques, Scripts;
SSIS Project Deployment Wizard : Targets and Logging; SSIS DB Catalog Folders - Creation, Usage. Properties;
SSIS DB Catalog Projects - Creation, Usage. Properties; SSIS Package Executions - Scripts, Reports, Messages;
Package Validations - Scripts, Reports, 32/64 bit Options; Package Configurations - Parameter Management,
Scripts; SSIS Package Jobs @ SQL Server Agent. SSIS Job Steps; SSIS Job Schedules and Notifications:
Windows Event Logs; Package Security Management - SSISDB Logins and Users; Folder Level and Project
Level Security Implementation; Project Migration Utilities and Package Upgrades; SSIS Package Imports and
Exports with ISPAC Files; Command-Line Deployments For SSIS, Execution Utilities; SSIS Package Execution
Reports; Validation Reports; SSIS Package Versions and Restores, SSIS Rollbacks;

Chapter 12: SSIS PROJECT [E-Commerce Domain]


SSIS ETL & DWH with STAR Schema; SSIS ETL & DWH with SNOWFLAKE Schema; Dimension Table Design &
Business Keys; Fact Table Design & Data Integrity; Incremental Data Loads with Containers; Key Lookup and
Business Key Identification; Staging Tables, Master - Child Packages; SSIS Package Deployment [Catalog
Deployments]; SSIS Training : Project Specifications; Project Explanation and Solution; Project FAQs and
Resume Support; Chapter Wise FAQs and Answers; Concept Wise Tasks and Solutions; SSIS DWH Databases
with Reports; Technical Resume Points in SSIS; End to End Implementation [MSBI];

SQL Server Analysis Services (SSAS)


Chapter 1: INTRODUCTION TO SSAS & CONFIGURATION
Installation and Configuration of SSAS; SSAS Component & Tools - Operational Modes; Multidimensional
Mode : Properties & Usage; Tabular Mode : Purpose, Properties and Usage (ROLAP); PowerPivot Mode :
Properties and Usage (Overview); Multidimensional Mode Instances, Verification; SSAS Service Accounts &
Usage. SQL Browser Service; SSDT Tool: SQL Server Data Tools - SSDT / Visual Studio; Understanding
Developer Environment (SSDT) Interface; SSAS Online Training - Lab Plan, Resources & Databases; Need for
OLAP Databases and Cubes For Analysis - OLAP; Need for MDX : Multidimensional Expression Language;
Need for DAX : Data Analysis Expression Language; Need for XMLA and DMX Environments. SSAS
Architecture; SSAS Workflow in Real-world. Data Source Configurations & DB Installations for Lab;
Chapter 2: BASIC CUBE DESIGN WITH SSAS, EXCEL PIVOT
Basic Cube Design with SSDT (SQL Server Data Tools); SSAS OLAP Entities : Data Source, Data Source View;
SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Cube Design Concepts : Measure Groups, Measures; Identifying Dimensions, Attributes and Members; Basic
Cube Design : DS, DSV, Cube Wizard, Dimensions; Adding Attributes. SSAS Deployment and Cube Access;
PROCESS of OLAP Cube. Options and Online Deployment; Cube Browsing (Basic Level) using SSMS & SSDT
Tools; Excel Connections for SSAS Databases & OLAP Cube Access; Excel PIVOT Tables and Basic Chart
Report Design in SSAS; Piechart Reports and Attribute Filters. Usage Statistics; Common Deployment Errors :
Logon Failures @ OLAP Server; OLAP Server Impersonation Account - NT ATHORITY Account; OLAP
Deployment Warnings and Solutions. Precautions; End to End Implementation of SSAS - Basic Example;
Chapter 3: HIERARCHIES, MDX - LEVEL 1
Working with Data Source Views (DSV) : Named Calculations; Named Queries & Dimension Attributes.
Explore Data in DSV; Basic Dimension Types : Database Dimension @ Entity Level; Cube Dimension Based on
Entity Relations in DSV; Creating Hierarchies in Multidimensional Cube : Purpose; Grouping Attributes within
Database Dimensions; Testing Hierarchies in Cube Browser : SSMS, SSDT Tools; MDX: Multidimensional
Expression Language. Syntax Rules; MDX Queries Syntax and MDX Expressions Syntax; MDX Syntax and Axis
Models. Cube Data into Rows, Columns; Practical Advantages of MDX: Reports, Cube Writebacks; MDX
Queries with Dimension Attributes, Members. Axis; MDX Queries on Hierarchies, Levels and Attribute Keys;
MEMBERS, CHILDREN, ALL MEMBERS - Cube Aggregates; SELECT in MDX with CROSSJOIN Examples;
Chapter 4: CALCULATIONS, MDX - LEVEL 2
MDX Queries with WHERE, EXCEPT, RANGE, Operators; NONEMPTY, Multiple Member Values. Limitations
@ WHERE; PARENT and CHILDREN with MDX Hierarchies. Tuple Inverse; MDX ORDER, TOPCOUNT / HEAD,
BOTTOMCOUNT/ TAIL; FILTERS in MDX - CURRENT MEMBER, EMPTY MEMBER; FILTER Expressions with AND
/ OR and LEFT / RIGHT Range; MDX Query Batches - GO Statement and Query Separator; ADOMD Client :
MDX Query Processing and Real-time Use; MDX Calculations - Creation and Scope of Usage; Calculations
with MDX Expressions: Measure Level; Calculations with MDX Expressions: Attribute Level; Time Based
Calculations with MDX Scripts in Cube; TIME DIMENSIONS - Purpose and Advantages, Properties; Time Keys
and Time Attributes - Calendar / Fiscal / ISO; BI Enhancements (Cube) : Advantage; Identifying Attributes,
Hierarchies For Time Enhancements; Testing Time Intelligence : YoY, YTD, QTD, MTD, etc..
Chapter 5: PARTITIONS, AGGREGATIONS, PERSPECTIVES
Partitions: Purpose and Architecture, Tuning Operations; Cube Partitions : Storage, Slice Options. Query
Conditions; Query Binding and Table Binding Options in Partition Design; Aggregations - Purpose and Usage.
Predefined Calculations; Aggregation Types: Full, Default, None and Unrestricted; Measure Properties and
Default Aggregation Types in OLAP; Linking Aggregations and Partitions. Cube Slicing Options; Additive and
Semi-Additive Measures - Aggregation Options; Storage Modes : Multidimensional, Relational and Hybrid;
Aggregation Storage & Measure Group Storage: MOLAP/ROLAP; MOLAP - Automatic Processing, Scheduled,
Medium Latency; Low Latency Processing and Custom Scheduling Options; Proactive Caching Options and
Silence / Override Interval; Cache Rebuild & Overwrite Options. Processing with Partitions; Perspectives -
Purpose and Scenarios For Invalid Cube Access; Dimension Usage Tab for Dimension Relations. End User
Access; Translations : Creation and Real-time Use. Language Settings
Chapter 6: KPIs, OLAP CUBE DEPLOYMENTS
Key Performance Indicators (KPI) - Purpose, Design Options; MDX Calculations for GOAL, VALUE, STATUS &
TREND; Variance and Value Computations. Format Options, Scope; KPI Organizer, Calculations. MDX
Expressions, Time Analysis; FORMAT_STRING, MDX Expressions and Member Operators; MEMBER Names
and SOLVE_ORDER Expressions in MDX; Parent KPIs with Member Hierarchies, KPI Browser Options; KPIs for
Drill-Up, Drill-Down in MS Excel. Pivot Tables; SSAS Deployment Wizard : BUILD and Configuration Files;

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Deployment Options, Settings, Targets: Transaction Settings; SSAS Deployment Wizard Usage:
Impersonation Settings; SSAS Deployment Accounts and Passwords. Security Inherit; OLAP Cube Security
Roles and Partition Settings (MOLAP); Key Error Logs, Custom Storage and Error Locations; Scripting
Deployment Procedure. Executing of XMLA Scripts; OLAP Database Processing Options - Full, Default, None
Chapter 7: TABULAR MODE INSTALLATION, CUBE DESIGN
SSAS Tabular Mode : Purpose, Scope of Real-time Usage; SSAS Tabular Mode Server Installation, Mode
Verification; Tabular Mode Server and Database Architecture; Tabular Mode Advantages with Data Sources,
Cube Design; Tabular Mode Design : SSDT, Power Query, DAX; Purpose of Power Query and DAX for OLAP
Cube Design; In-Memory Vertipaq Storage - Performance Advantages; BISM : Business Intelligence Semantic
Model; Tabular Mode Cubes : Developing Data Models (SMDL); Workspace Servers : Integrated and
Dedicated Modes; Comparing Workspace Server and Integrated Options; Compatibility Levels; Cube Design
with SQL Server Databases : Data Imports; Workflow Operations with Tabular Mode Cube Design; Data
Sources, SSDT and Tabular Cube Design; SSAS OLAP Environment and Cube Report Entities

Chapter 8: TABULAR MODE CUBE DESIGN, DAX - 1


Cube Design with SQL Server Databases: Data Imports; Identifying Tables, Dimensions, Attributes and
Members; Designing Measure Groups, Aggregated Measures; Grid Formats and Diagram Formats. Process
Options; BUILD and DEPLOY Options with Integrated Workspace; Cube Browsing with "Analyze in Excel"
Options, Reports; Tabular Mode Cube Design : Creating, Using Hierarchies; DAX UI & Data Types; DAX Usage
: DAX Queries & DAX Expressions; DAX Aggregated Measures with DAX, DAX Syntax; Hierarchies in Cube
Design : Adding Levels; Relationship Edits : Active, Inactive Relations; Tabular Mode Cube Redesign with
Import Templates; Model Options : Process, Calculate; Data Load Verifications, Tabular Mode Explorer;
Chapter 9: TABULAR MODE - DAX - 2
KPIs (Key Performance Indicators) Real-time Use; Partitions in Tabular Mode Cube Design; Using Power
Query for Partition Design; Power Query Expressions and Data Filters; Import Data Options and ETL
Operations; ; Defining Measures with DAX Expressions; Defining Perspectives for Cube Access; Data
Expression Language (DAX) Basics; DAX Usage : Columns and Measures in SSAS; Auto generated Expressions
in DAX; Member Representations; DAX Functions, Expressions; Standard Functions, Time Intelligence
Functions; DAX FILTER() and CALCULATE() Operations; Time Dimension and YTD(), QTD(), MTD();

Chapter 10: OLAP DATABASE MANAGEMENT


OLAP DB Backups & Restores - Multidimensional, Tabular; Detach and Attach; OLAP Database Processing
and XMLA Scripts; Cube Processing Jobs with DB Engine Agent; OLAP Database Scripting with XMLA,
Cloning; OLAP Database Security Roles - MDX, DAX; Partition Management - Split and Merge; OLAP Cube
Audits, Usage Based Optimization; OLAP Cube Writebacks. Cube Updates with MDX; Tabular Mode Cube
Processing Options; Direct Query & In Memory with Direct Query; In-Memory Options with Direct Query in
OLAP; Data Mining - Decision Trees, Clustering Alg"; Training, Testing Sets. Lift Charts, DMX Queries;
Dimension Types : Fact, Role Playing, Degenerate; Multidimensional - Tabular Mode Comparisons;
Chapter 11: SSAS Project Work For Resume, Job Work

SQL Server Reporting Services (SSRS)


{For MSBI All Plans}
Chapter 1: SSRS INSTALLATION, CONFIGURATION
SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Reporting Operations and Report Types; Paginated Reports and Interactive Reports; Analytical Reports and
Mobile Reports; Need For Reporting Solutions (SSRS) and Tools; Reporting Engine Architecture and Report
Databases; SRS Report Server Installation Process; Report Databases in SSRS and Real-time Usage; Web Service
URL : Purpose, Test Connection, Usage; Web Portal URL - Purpose, Test Connection, Usage; Report Server
Database and Report TempDB Configuration; SSRS Tools : SQL Server Data Tools (SSDT); Report Builder and
Mobile Report Publisher; Report Design & Work Flow - Lab Plan, Data Sources; Three-Phase Report Life Cycle in
Reports (End-End); Report Builder Versus Report Designer : Basics; Report Server and Web Service Integration
Chapter 2: BASIC REPORT DESIGN
Working with Visual Studio - SQL Server Data Tools; Report Templates and Basic Usage. Project, Solution;
Designing Basic Reports - Understanding Entities; Working with Report Project Wizard - Usage, Reports; Defining
Data Source Connections, Source Databases; Query Designer Options, Query Builder & Import Options; Table
Reports and Matrix Reports with Report Wizard; Layout and Format Options - Drilldown Reports, Blocks; Stepped
Reports and Multi Field Drilldown Options; Report Project Template - Designing Dataset, Reports; Report Toolbox
and Report Data Options, Textbox Usage; Table Headers, Formatting Options, MATH Expressions; Alternate Row
Colors, Using Report Globals, Expressions; Report Formatting Styles, Expressions and Reusability; Reporting
Functions: IIF, Format, Ceiling, Round, Concat; Alternate Row Colors and Dynamic Formatting Options; Textbox
Properties - Date & Time Formats, Numbers, Styles; Report Timeout Options and Tool Box Options, Report Data;
Initial Catalog For Report Sources, Static/Dynamic Properties;
Chapter 3: GROUPING, PARAMETERS
Grouping Operations: Row Groups, Column Groups; Table Report - Row Groups, Parent - Child Groups;
Adding Groups to Existing Rows and New Rows; Group Headers and Group Footers, Sub Totals; Group
Field Visibility and Toggle Options @ Parent; Row Group Properties, Header/Footer Properties; Column
Groups for Table Reports, Advanced Options; Drill-down Reports using Row Groups and Visibility;
Column Groups - Advance Mode - Fixed Attributes, Fields; Repeating Header on Every Page & Repeat
Page Options; Creating Parameters with Dataset Query Conditions; Single Value and Multi Value
Parameters; Dynamic Parameters, Dependency, Queries; Defining Datasets with Parameters, Dynamic
Conditions; Dataset Links to Parameters, Value Options from List, Query; Multi-Value Parameter: Data
Types, Null, Empty Values; Reports using Multiple Data Sets. Performance Issues; SSRS Expressions and
Global Fields For Report Parameters; Advanced: Auto Refresh, Manual Refresh Options;
Chapter 4: CHART REPORTS, DASHBOARDS, FITLERS
Chart Reports - Design Options, Properties and Usage; Series Values Selection - with / without Category
Groups; Report Categories with Series Groups - Differences, Usage; Data Visualization Types: Trend &
Discrete Chart Reports; Clustered / Non Clustered Legend Attributes. Position Options; Series Labels :
Properties, Number Formatting Options, Visibility; Series Actions : Series Properties, Multi - Valued
Parameters; Report Actions : URL / Reports, Setting for Report Filters; Dashboard Creations, Usage.
Multiple Chart Areas, Legends; Dashboard Exports with Filters (Static, Parameterized); Chart Series,
Report Markers Chart Areas & Limitations; 3-Dimensional Report Options - Properties, Visibility; Range
& Pie Charts, Line Reports, Data Bars, Area Charts; Report Actions with Parameter Values - Report Filter
Joins; Dataset Filters, Toolbox Filters and Bookmarks Usage; Filters versus Parameters - Differences with
Performance; Filter Condition at Dataset Level, Toolbox Level;
Chapter 5: SSRS EXPRESSIONS, SHARED DATASETS
Defining Shared Data Sources and Shared DataSets ; Date and Time Expressions; FORMAT Function in
SSRS, Date Parameters; Data Type Conversions and Integer / String Types; String Functions and Page

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Breaks in SSRS; LOOKUP Function and Dataset Joins; Field Value Replacement with Datasets; Using LIST
Item from SSRS Toolbox; Field Expressions and Field Properties; #VALX, #VALY, #PERCENT, #SERIES
Label Properties; #LABEL, #AXISLABEL, #TOTAL, #LEGENDTEXT; 3D Pie Charts, Funnel and Tree Map
Reports; 3D Funnel and Sunburst Reports. Shape Charts; Doughnut, Pyramid and 3D Pyramid; Gauge
Reports - Filters; Indicator Reports : Value State Expressions; SSRS Expressions - Custom Functions;
Chapter 6: REPORT BUILDER REPORTS & GAUGE REPORTS
Report Builder Tool Installation & Real-time Use; Differences with Report Designer Tool, Limitations;
Data Source and DataSet Creation with Report Builder; Local Report Specific Entities and RDL File
Creations; Entity Browsing and Query Design; Dataset Design with Parameters and Filters; Query
Designer with Report Builder, Table Selection; Column Aggregates and Auto Group BY. Query Edit;
Adhoc Reports with Drill-down and Column Groups; Dynamic Row Colors and Report Expression; Gauge
Reports: Purpose, End User Access; Report Types - Radial and Linear Gauges; Adding Data to Gauge
Report – Indicators; Gauge Data Versus Chart Data – Pointers; Maximum, Minimum Scale Range Values;
Browser Compatibility and Offline Reports; Gauge, Gauge Panel Properties and Filters; Scale -
Properties, Values, Label Options; Pointers, Scale Limits and Format Options; Ranges and Labels, Items,
Needle; Adding Multiple Gauges - Dashboard Design; Parameterized Gauge Reports and Datasets;

Chapter 7: REPORT BUILDER REPORTS & MAP REPORTS


Map Reports - Map Layers, Map Report Items and Options; Map Gallery, ESRI Share Files and SQL
Server Spatial data; Defining Geo Spatial Data for Business Analysis Dashboards; Working with Polygon,
Tile, Line and Point Map Layers; Map Visualization Options and Bubble Map Reports; Data Fields,
Display Labels and Visualization Indicators; Fields to Visualize, Color Rules and Display Labels; Editing
Report Builder Reports in Report Designer; SSRS Deployment for Report Designer Reports; SSRS
Deployment for Report Builder Reports; Report Deployment - Builds and Config Files; Webservice URL
and Webportal URL Access; Data Source, Data Set Folders and Report URL; Report Deployment of
Shared Data Sources; Report Deployment of Shared Datasets; Report Manager Uploads for RDL Files;
Chapter 8: REPORT MANAGEMENT
Data Source Management Options, Subscriptions; Dependant Items and Security Operations; Editing
Shared Data Sources in Web Portal; Shared Data Source Operations: Enable, Hide; Connection Types,
Connection Edits, Security; Shared Dataset Operations: Report Builder Edits; Data Preview, Data Loads
and Dependant Items; Report Downloads & Uploads, Linked Reports; Security Management: Browser
Role, User Access; Content Management, My Reports, Publisher; Report Builder, Uploads; Report
Tuning: Caching, Rebuilds and Refresh; Report Tuning: Report Snapshots and Schedules; Subscriptions:
Standard and Data Driven; Email and File share Subscriptions; Schedules and Report Delivery; Shared
Schedules; Report Timeout, Report Parts and Publish; Sub Reports and Report Parts in Report Builder;

Chapter 9: MOBILE, KPI, CUBE REPORTS


Mobile Reports : Creation & Usage; Excel and Report Server Sources; Working with Mobile Report
Publisher; Report Elements and Design Option; Layout: Master, Tablet and Phone; Grids and Color
Palette. Deployment; RSMobile Formats: Uploads, Downloads; KPI Reports: Design from Web Portal;
Shared Dataset in Report Builder Tool; KPI: Value, Goal, Status, Trend; KPI Visuals: Bar, Line, Step, Area;
KPI Report Uploads to Web Portal; KPI Link to Custom URL, Mobile Reports; KPI Reports : Real-time

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Limitations; SSRS Reports with SSAS OLAP Cubes; SSRS Cube Reports with MDX Queries; SSRS Cube
Reports with DAX Queries; SSRS Cube Reports with MSBI SSAS MDX Parameters;
Chapter 10: SSRS Project Work For Resume, Job Work

Module 3: Azure DevOps {For MSBI Plan C}

Chapter 1: Azure Fundamentals


Basics of Cloud Computing; Cloud Services: Advantages; Cloud Services: Product Models; Virtualization
Concepts in Cloud; Comparing On-Premise with Cloud; DevOps : Introduction, Use; Azure Cloud :
Features, Advantages; Azure Cloud : Services & Usage; Azure Cloud : Platform Components; Azure
Resources, Service Types; Azure PaaS, IaaS & SaaS; Azure Account Creation, Resources;

Chapter 2: Azure Services, Configurations


Azure Registration and Azure Portal; Azure Resources and Azure Services; Azure Resource Types,
Resource Groups; Creating Resource Groups in Azure Portal; Resource Groups: Access, Advantages; Cost
and Billing Management; Azure Storage Account Creation; Storage Account Types, Replication; Azure
BLOB Data Storage Containers; Azure Storage Explorer Tool; Uploads, Imports, SAS and Access Key;
Azure File Storage and On-Premise Access;

Chapter 3: Azure Active Directory, Monitoring


Azure Active Directory Service; Azure AD : Users, Tokens & Passwords; Azure AD : Groups, Members,
Owners; Azure AD : App Registrations, Tokens; Service Principals and Real-time Use; Identity & Access
Management (IAM); Azure Monitoring and Metrics; Azure Dashboards and Counters; Customizations
and Usage Reports; Azure Alerts and Conditions; Notifications: Push/Email/SMS; Log Analytics and
Health Checks;

Chapter 4: SDLC, Dev & Operations, DevOps


Software Development Life Cycle; SRS Documents and Principles; Design, Planning and Coding; Coding
Techniques and Tools; Testing Operations, Issues; UAT, Production Deployment Issues; Need for DevOps
Services; Life Cycle Management; Automations and Code Control; DevOps Tools and Techniques;
DevOps : Advantages, Benefits; DevOps Engineers: Job Roles;

Chapter 5: DevOps Tools, Git & GitHub


DevOps Tools & Life Cycle Stages; Continuous Development (CD); Continuous Integration (CI); Planning
Phase: UML Tools; Code: Visuaal Studio, Git; Build: Maveen and Gradle; Test: Selleinum and Junit;
Release: Jenking, Bamboo; Deploy: Puppet, Chef, Ansible; Operate: Visual Studio Options; Monitor:
NewRelic, Splunk; Git & GitHub For Code Store;

Chapter 6: Docker, Kubernetes, AzureDevOps


Introduction to Docker in Azure; Understanding Docker Lifecycle; ACI Containers and Options;
Introduction to Kubernetes in Azure; Kubernetes Lifecycle Implementation; Azure Kubernetes
Containers, Options; Azure DevOps : Advantages; Azure DevOps: Services; Azure Boards, Azure Repos;

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Azure Pipelies and Real-time Use; Azure Test Plans and Artifacts; VSTS Versus Azure DevOps;

Chapter 7: Organizations & Projects


Azure DevOps: Implementation Plan; Creating and Using Organizations; Planning and Security
Advantages; Region Specifications and Owners; Users and Resource Limits; Azure DevOps - Org
Notifications; Azure Projects - Creation, Use; Public and Private Projects; Version Control: Git and TFS;
Work Item Process: Agile; Basic, CMM and Scrum Options; Security, Teams, Dashboards;

Chapter 8: Azure Boards


Azure Boards - Creation, Use; Work Item - Fields & Sprints; Kanban Boards, Item Tracking; Backlogs and
Code Testing; Bugs and Feature Requests; Team Dashboards, Monitoring; Azure Boards with Agile
Process; Azure Boards For CMMI Process; Azure Boards For Scrum Process; Change Column & Queries;
Style Rules and Highlight Cards; Color Tag & Work Item Cards;

Chapter 9: Azure Repos


Azure Repository (Repo), Storage; Distributed Versus Centralized; Azure DevOps Repos: Cloning;
Commit, Push and Pull Options; Branch & Branch Policies; Fork, Git and WorkFlow; Git Versus TFVC,
Customizations; Public Projects and Pull Requests; Notification Options in Repos; Team Foundation
Version Control; Git and TFS Projects in DevOps; Azure Repos with Slack;

Chapter 10: Azure Pipelines For CI/CD - 1


Azure Pipelines - Architecture, Creation; Azure Pipeline Creation Ecosystem; Continuous Integration (CI);
Continuous Development (CD); Build Pipeline in Azure DevOps; Key Concepts, Real-time Use; Creating
Pull and Push Requests; Release Pipelines - Creation, Use; Multi Stage Release Pipelines; New Branch
Options with Pipelines; Classic Release Pipelines; Classic Editor - Pipeline Creation;

Chapter 11: Azure Pipelines For CI/CD - 2


Continuous Integration Pipelines; PreDeployments in Azure DevOps; WorkTeam Correlation Options;
Azure Pipelines - Customizations; GitHub with Azure Active Directory; GitBub with DevOps Integration;
Pipeline Creation Comparisons; AzurePipelines for YAML; Agent, Approvals and Artifacts; Caching,
Conditions and Jobs; Classic Builds and Class Release; Dependencies, Job Deployments;

Chapter 12: Azure Testing & Artefacts


Azure Testing Options in DevOps; Manual Testing in Kanban; Manual Testing in Test Manager; UAT and
Test Tracking; Test Case Explorer in DevOps; Stakeholder Feedback; Azure Artifacts and Feeds; Single
Feeds & Multi Feeds; Nuget, npm, Maven with DevOps; Versions and Compatibility; Retention Policies
with Artifacts; Maven Central Upstream Sources;

Chapter 13: Azure Functions, App Service, Alerts


Azure Functions and Automations; Azure Event Notifications, Audits; Azure App Services & Webapps;
Build, Deployment and Scaling; Azure App Service Migrations; Azure Apps Versus DevOps; Azure
Monitoring and Alerts; Notification Options in Azure; Alert Management, Operators; Creating, Managing
Alert Rules; RBAC , Continuous Monitoring; Smart Groups and Performance;

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Chapter 14: Azure DevOps Resources in Portal
Azure DevOps Services From Portal; Application Insights and Logs; Log Analytics and Storage Account;
API Management Services; API Connections in Azure; Azure DevOps Organizations; DevTest Labs From
Azure Portal; Build Apps with Azure DevOps; Azure Pipelines and Samples; Plan and Buld Tasks in
DevOps; Setup Azure DevOps Org Account; Create & Publish Azure Pipelines;

Chapter 15: Azure DevOps Starter, App Insights


Azure DevOps Starter Deployments; Migrations from Git Repository; Continuous Integration (CI);
Continuous Delivery (CD); Item Pipeline and Workflow; Azure DevOps Pipelines; DevOps Starter, Github
Integration; DevOps Starter, DevOps Integration; DevOps Starter Vs Azure DevOps; Github Actions &
Azure DevOps; Azure DevOps to Azure VM; Examine CI and CD Pipelines;

Chapter 16: Power Shell & Azure DevOps


Azure Power Shell and DevOps; Power Shell Installations; Power Shell in Azure Portal; Creating
Resources in Portal; Creating Pipelines in PowerShell; YAML Snippet and Arguments; Writing Sample
Apps, Builds; Writing Warnings and Errors; Powershell with Multiple Args; Service Fabric Manifests;
Publish Test Results in DevOps; Run Functional Test Results;

Chapter 17: DevOps Server - Configurations


Azure DevOps Server - Advantages; On-Premise Configurations for Server; Code Share, Track Work and
Shipping; Visual Studio Team Foundation Server; Azure DevOps Server - Installation; Criterion for Azure
DevOps Server; SQL Server Installation for DevOps; Database Engine, FullText Search; Services and
Service Account, Agent; SSMS Tools Installation for Access; Server Connections, Authentication;
Database Creation using SSMS;

Chapter 18: DevOps Server & Visual Tools


Privacy Advantages with DevOps Server; XML Definition Files and Options; Build Server Configurations;
Content Version and Projects; General Administration Tasks; Server Level Administration Tasks; Adding
Users to Projects; Grant and Restrict Permissions; Set Code & Test Properties; Area and Iteration Paths;
Adding Teams and Scaling; Billing Items & Monitoring;

Email : contact@sqlschool.com Call Us (India) : 24 x 7


Skype: SQL School Training Institute +91 9666 44 0801
Website: www.sqlschool.com +91 9666 64 0801
Trainer Contact: Call Us (USA / Canada) : 24 x 7
saiphanindrait@gmail.com +1 956.825.0401
+91 9030040801

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)
Training Modes:

Trainer Profile : http://linkedin.com/in/saiphanindra


Register today for free demo at : https://sqlschool.com/Register.html
Website: https://sqlschool.com/

SQL School Training Institute. #101, 1st Floor, UMA Residency, Road #1, SR Nagar, Hyderabad - 38.
Trainings are completely practical. real-time. www.sqlschool.com For Free Demo: 9666 44 0801 (24 x 7)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy