SlideShare une entreprise Scribd logo
1  sur  10
(SSIS, SSAS, SSRS) Online Training Course

MicroSoft – Business Intelligence (SSIS, SSAS, SSRS)

SQL Server 2008 – Analysis Services

What is Microsoft BI?

  •   Core concept – BI is the cube or UDM
  •   Example cube as seen using Excel pivot table
  •   MS BI is comprehensive – more than Analysis Services on SQL
      Server
  •   Demonstration of SQL Reporting Services with cube as data source

OLAP Modeling

  •   Modeling source schemas—stars and snowflakes
  •   Understanding dimensional modeling— Dimensions (Type 1, 2, or 3)
      or rapidly changing
  •   Understanding fact (measures) and cube modeling
  •   Other types of modeling—data mining etc…



Using SSAS in BIDS

  •   Understanding the development environment
  •   Creating Data Sources and Data Source Views
  •   Creating cubes – using the UDM and the Cube Build Wizard
  •   Refining Dimensions and Measures in BIDS



Intermediate SSAS

  •   KPIs
  •   Perspectives
  •   Translations – cube metadata and currency localization
  •   Actions – regular, drill-through and reporting
Advanced SSAS

  •   Using multiple fact tables
  •   Modeling intermediate fact tables
  •   Modeling M:M dimensions, Fact (degenerate) dimensions, Role-
      playing dimensions, write back dimensions
  •   Modeling changing dimensions – Dimension Intelligence w/ Wizard
  •   Using the Add Business Intelligence Wizards – write-back, semi-
      additive measures, time intelligence, account intelligence



Cube Storage and Aggregation

  •   Storage topics – basic aggregations, MOLAP
  •   Advanced Storage Design – MOLAP, ROLAP, HOLAP
  •   Partitions – relational and Analysis Services partitions
  •   Customizing Aggregation Design – Processing Design
  •   Rapidly changing dimensions / ROLAP dimensions
  •   Welcome to the Real Time – Proactive Caching
  •   Cube processing options



Beginning MDX

  •   Basic syntax
  •   Using the MDX query editor in SQL Server Management Studio
  •   Most-used Functions & Common tasks
  •   New MDX functions



Intermediate MDX

  •   Adding calculated members
  •   Adding scripts
  •   Adding named sets
  •   .NET Assemblies
SSAS Administration

   •   Best practices – health monitoring
   •   XMLA scripting (SQL Mgmt Studio)
   •   Other Documentation methods
   •   Security – roles and permissions
   •   Disaster Recovery – backup / restore
   •   Clustering – high availability



Introduction to Data Mining

   •   What and why?
   •   Examples of using each of the 9 algorithms (MS Clustering, MS
       Decision Trees, Naïve Bayes, MS
   •   Sequence Clustering, MS Time Series, MS Association Rules, MS
       Neural Network)
   •   Data Mining dimensions
   •   Data Mining clients
   •   Processing mining models



Introduction to Reporting Clients

   •   Excel 2003 Pivot Tables
   •   SQL RS & Report Builder
   •   SPS RS web parts & .NET 2.0 report viewer controls
   •   Business Scorecards 2008& ProClarity



Future Directions – Integration with Office 12

   •   SharePoint 12 and AS
   •   Report Center (type of dashboard) uses KPIs, Reports, Excel Web,
       Filter
   •   Excel Services 12 and AS (Web Services)
SQL Server 2008 Integration Services

Introduction to SQL Server Integration Services

  •   Product History
  •   SSIS Package Architecture Overview
  •   Development and Management Tools
  •   Deploying and Managing SSIS Packages
  •   Source Control for SSIS Packages



SSIS for DBAs: Using SQL Server Management Studio

  •   The Import and Export Wizard
  •   Importing and Exporting Data
  •   Working with Packages
  •   Database Maintenance Plans
  •   Creating Database Maintenance Plans using SSMS
  •   Scheduling and Executing Plans
  •   Examining Database Maintenance Plan Packages
  •   Changes in SQL Server 2008 Service Pack 2



Business Intelligence Development Studio

  •   Launching BIDS
  •   Project templates
  •   The package designer
  •   The Toolbox
  •   Solution Explorer
  •   The Properties window
  •   The Variables window
  •   The SSIS menu



Introduction to Control Flow

  •   Control Flow Overview
•   Precedence Constraints
  •   The Execute SQL Task
  •   The Bulk Insert Task
  •   The File System Task
  •   The FTP Task
  •   The Send Mail Task



Advanced Control Flow

  •   Containers – grouping and looping
  •   The Web Service Task
  •   The WMI tasks
  •   The Analysis Services tasks
  •   The Execute Process Task
  •   The Execute Package Task




Introduction to Data Flow

  •   Data Flow Overview
  •   Data Sources
  •   Data Destinations
  •   Data Transformations
  •   The Copy Column Transformation
  •   The Derived Column Transformation
  •   The Data Conversion Transformation
  •   The Conditional Split Transformation
  •   The Aggregate Transformation
  •   The Sort Transformation
  •   Data Viewers



Variables and Configurations
•   Variables Overview
  •   Variable scope
  •   SSIS system variables
  •   Using variables in control flow
  •   Using variables in data flow
  •   Using variables to pass information between packages
  •   Property expressions
  •   Configuration Overview
  •   Configuration options
  •   Configuration discipline



Debugging, Error Handling and Logging

  •   SSIS debugging overview
  •   Breakpoints in SSIS
  •   SSIS debugging windows
  •   Control Flow: The OnError event handler
  •   Data Flow: Error data flow
  •   Configuring Package Logging
  •   Built-in log providers



Advanced Data Flow

  •   Revisiting data sources and destinations
  •   The Lookup Transformation
  •   Getting Fuzzy: The Fuzzy Lookup and Fuzzy Grouping
      Transformations
  •   The Multicast Transformation
  •   The Merge and Merge Join Transformations
  •   The Data Mining Query Transformation
  •   The Data Mining Model Training Destination
  •   The Slowly Changing Dimension Transformation



Extending SSIS through Custom Code
•   Introduction to SSIS scripting
  •   The SSIS script editor
  •   The SSIS object model
  •   Script in Control flow: The Script Task
  •   Script in Data flow: The Script Component
  •   Introduction to SSIS component development



SSIS Package Deployment

  •   Configurations and deployment
  •   The deployment utility
  •   Deployment options
  •   Deployment security
  •   Executing packages – DTExec and DTExecUI



SSIS Package Management

  •   The SSIS Service
  •   Managing packages with DTUtil
  •   Managing packages with SQL Server Management Studio Scheduling
      packages with SQL Server Agent



SQL Server 2008 Reporting Services

Introduction to SQL Server Reporting Services

  •   Tour of Features
  •   Reporting Services Architecture
  •   Reporting Services Terminology
  •   Reporting Services Editions
  •   Taking Reporting Services for a Spin



Creating Reports
•   Deconstructing Reporting Services
  •   Shared Data Sources
  •   Creating Reports from Scratch



Calculations and Formatting

  •   Creating Expressions
  •   Using the Global Collections
  •   Formatting Items
  •   Conditional Formatting



Grouping and Sorting

  •   Creating Groups
  •   Calculating Totals and Percentages
  •   Interactive Sorting
  •   Creating Drill-Down Reports



Report Parameters

  •   Creating Report Parameters
  •   Creating Drop-Down Parameters
  •   Multi-Valued Parameters
  •   Debugging Parameter Issues



Creating Matrix Reports and Charts

  •   Creating a Basic Matrix Report
  •   Matrix Subtotals
  •   Creating a Basic Chart
  •   Exploring the Charting Possibilities
Managing Reporting Services

  •   Deploying Reports and Data Sources
  •   Exporting Reports and Printing
  •   Using the Web-Based Report Manager
  •   Using SQL Server Management Studio-based Reporting Services
      Manager



Reporting Services Security

  •   Two Parts to Reporting Services Security
  •   Securing Access to Reports
  •   Data Source Security



Programming Reporting Services

  •   The Many Reporting Services APIs
  •   Integrating Reporting Services into Applications using URL Access
  •   Using the Report Viewer Controls



Advanced Reporting Services Programming

  •   Using the Reporting Services Web Service
  •   Working with Custom Assemblies



Snapshots and Subscriptions

  •   Caching and Snapshots
  •   Creating Standard Subscriptions
  •   Creating Data-Driven Subscriptions
  •   Managing Subscriptions
Ad-Hoc Reporting with Report Builder

  •   The Report Builder Architecture
  •   Creating Report Model Projects
  •   Running Report Builder



      Should you require any further information please do not hesitate to
      contact us
      Contact: trainings@keentechnologies.com any queries are always
      welcomed
      Please feel free to mail us for demo session or call @ 9989754807
  •   website URL:http://www.keentechnologies.com

Contenu connexe

En vedette

SAP ABAP web services creation.
SAP ABAP web services creation. SAP ABAP web services creation.
SAP ABAP web services creation. Anjali Rao
 
Comparison between abap & abap hr
Comparison between abap & abap hrComparison between abap & abap hr
Comparison between abap & abap hrMahender Donthula
 
56321818 sap-hr-stepwise-screen-shots
56321818 sap-hr-stepwise-screen-shots56321818 sap-hr-stepwise-screen-shots
56321818 sap-hr-stepwise-screen-shotssandykodali
 
ABAP Message, Debugging, File Transfer and Type Group
ABAP Message, Debugging, File Transfer and Type GroupABAP Message, Debugging, File Transfer and Type Group
ABAP Message, Debugging, File Transfer and Type Groupsapdocs. info
 
SAP HR Time Management User Guide | www.sapdocs.info
SAP HR Time Management User Guide | www.sapdocs.infoSAP HR Time Management User Guide | www.sapdocs.info
SAP HR Time Management User Guide | www.sapdocs.infosapdocs. info
 
ABAP Event-driven Programming &Selection Screen
ABAP Event-driven Programming &Selection ScreenABAP Event-driven Programming &Selection Screen
ABAP Event-driven Programming &Selection Screensapdocs. info
 

En vedette (13)

control techniques
control techniquescontrol techniques
control techniques
 
Dialog programming ABAP
Dialog programming ABAPDialog programming ABAP
Dialog programming ABAP
 
SAP ABAP web services creation.
SAP ABAP web services creation. SAP ABAP web services creation.
SAP ABAP web services creation.
 
Comparison between abap & abap hr
Comparison between abap & abap hrComparison between abap & abap hr
Comparison between abap & abap hr
 
Abap hr programing
Abap hr programingAbap hr programing
Abap hr programing
 
Abap reports
Abap reportsAbap reports
Abap reports
 
56321818 sap-hr-stepwise-screen-shots
56321818 sap-hr-stepwise-screen-shots56321818 sap-hr-stepwise-screen-shots
56321818 sap-hr-stepwise-screen-shots
 
Module pool programming
Module pool programmingModule pool programming
Module pool programming
 
ABAP Message, Debugging, File Transfer and Type Group
ABAP Message, Debugging, File Transfer and Type GroupABAP Message, Debugging, File Transfer and Type Group
ABAP Message, Debugging, File Transfer and Type Group
 
07.Advanced Abap
07.Advanced Abap07.Advanced Abap
07.Advanced Abap
 
SAP HR Time Management User Guide | www.sapdocs.info
SAP HR Time Management User Guide | www.sapdocs.infoSAP HR Time Management User Guide | www.sapdocs.info
SAP HR Time Management User Guide | www.sapdocs.info
 
ABAP Event-driven Programming &Selection Screen
ABAP Event-driven Programming &Selection ScreenABAP Event-driven Programming &Selection Screen
ABAP Event-driven Programming &Selection Screen
 
SAP Time Management
SAP Time Management SAP Time Management
SAP Time Management
 

Dernier

Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 

Dernier (20)

Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 

MSBI (SSIS,SSAS,SSRS) TRAINING

  • 1. (SSIS, SSAS, SSRS) Online Training Course MicroSoft – Business Intelligence (SSIS, SSAS, SSRS) SQL Server 2008 – Analysis Services What is Microsoft BI? • Core concept – BI is the cube or UDM • Example cube as seen using Excel pivot table • MS BI is comprehensive – more than Analysis Services on SQL Server • Demonstration of SQL Reporting Services with cube as data source OLAP Modeling • Modeling source schemas—stars and snowflakes • Understanding dimensional modeling— Dimensions (Type 1, 2, or 3) or rapidly changing • Understanding fact (measures) and cube modeling • Other types of modeling—data mining etc… Using SSAS in BIDS • Understanding the development environment • Creating Data Sources and Data Source Views • Creating cubes – using the UDM and the Cube Build Wizard • Refining Dimensions and Measures in BIDS Intermediate SSAS • KPIs • Perspectives • Translations – cube metadata and currency localization • Actions – regular, drill-through and reporting
  • 2. Advanced SSAS • Using multiple fact tables • Modeling intermediate fact tables • Modeling M:M dimensions, Fact (degenerate) dimensions, Role- playing dimensions, write back dimensions • Modeling changing dimensions – Dimension Intelligence w/ Wizard • Using the Add Business Intelligence Wizards – write-back, semi- additive measures, time intelligence, account intelligence Cube Storage and Aggregation • Storage topics – basic aggregations, MOLAP • Advanced Storage Design – MOLAP, ROLAP, HOLAP • Partitions – relational and Analysis Services partitions • Customizing Aggregation Design – Processing Design • Rapidly changing dimensions / ROLAP dimensions • Welcome to the Real Time – Proactive Caching • Cube processing options Beginning MDX • Basic syntax • Using the MDX query editor in SQL Server Management Studio • Most-used Functions & Common tasks • New MDX functions Intermediate MDX • Adding calculated members • Adding scripts • Adding named sets • .NET Assemblies
  • 3. SSAS Administration • Best practices – health monitoring • XMLA scripting (SQL Mgmt Studio) • Other Documentation methods • Security – roles and permissions • Disaster Recovery – backup / restore • Clustering – high availability Introduction to Data Mining • What and why? • Examples of using each of the 9 algorithms (MS Clustering, MS Decision Trees, Naïve Bayes, MS • Sequence Clustering, MS Time Series, MS Association Rules, MS Neural Network) • Data Mining dimensions • Data Mining clients • Processing mining models Introduction to Reporting Clients • Excel 2003 Pivot Tables • SQL RS & Report Builder • SPS RS web parts & .NET 2.0 report viewer controls • Business Scorecards 2008& ProClarity Future Directions – Integration with Office 12 • SharePoint 12 and AS • Report Center (type of dashboard) uses KPIs, Reports, Excel Web, Filter • Excel Services 12 and AS (Web Services)
  • 4. SQL Server 2008 Integration Services Introduction to SQL Server Integration Services • Product History • SSIS Package Architecture Overview • Development and Management Tools • Deploying and Managing SSIS Packages • Source Control for SSIS Packages SSIS for DBAs: Using SQL Server Management Studio • The Import and Export Wizard • Importing and Exporting Data • Working with Packages • Database Maintenance Plans • Creating Database Maintenance Plans using SSMS • Scheduling and Executing Plans • Examining Database Maintenance Plan Packages • Changes in SQL Server 2008 Service Pack 2 Business Intelligence Development Studio • Launching BIDS • Project templates • The package designer • The Toolbox • Solution Explorer • The Properties window • The Variables window • The SSIS menu Introduction to Control Flow • Control Flow Overview
  • 5. Precedence Constraints • The Execute SQL Task • The Bulk Insert Task • The File System Task • The FTP Task • The Send Mail Task Advanced Control Flow • Containers – grouping and looping • The Web Service Task • The WMI tasks • The Analysis Services tasks • The Execute Process Task • The Execute Package Task Introduction to Data Flow • Data Flow Overview • Data Sources • Data Destinations • Data Transformations • The Copy Column Transformation • The Derived Column Transformation • The Data Conversion Transformation • The Conditional Split Transformation • The Aggregate Transformation • The Sort Transformation • Data Viewers Variables and Configurations
  • 6. Variables Overview • Variable scope • SSIS system variables • Using variables in control flow • Using variables in data flow • Using variables to pass information between packages • Property expressions • Configuration Overview • Configuration options • Configuration discipline Debugging, Error Handling and Logging • SSIS debugging overview • Breakpoints in SSIS • SSIS debugging windows • Control Flow: The OnError event handler • Data Flow: Error data flow • Configuring Package Logging • Built-in log providers Advanced Data Flow • Revisiting data sources and destinations • The Lookup Transformation • Getting Fuzzy: The Fuzzy Lookup and Fuzzy Grouping Transformations • The Multicast Transformation • The Merge and Merge Join Transformations • The Data Mining Query Transformation • The Data Mining Model Training Destination • The Slowly Changing Dimension Transformation Extending SSIS through Custom Code
  • 7. Introduction to SSIS scripting • The SSIS script editor • The SSIS object model • Script in Control flow: The Script Task • Script in Data flow: The Script Component • Introduction to SSIS component development SSIS Package Deployment • Configurations and deployment • The deployment utility • Deployment options • Deployment security • Executing packages – DTExec and DTExecUI SSIS Package Management • The SSIS Service • Managing packages with DTUtil • Managing packages with SQL Server Management Studio Scheduling packages with SQL Server Agent SQL Server 2008 Reporting Services Introduction to SQL Server Reporting Services • Tour of Features • Reporting Services Architecture • Reporting Services Terminology • Reporting Services Editions • Taking Reporting Services for a Spin Creating Reports
  • 8. Deconstructing Reporting Services • Shared Data Sources • Creating Reports from Scratch Calculations and Formatting • Creating Expressions • Using the Global Collections • Formatting Items • Conditional Formatting Grouping and Sorting • Creating Groups • Calculating Totals and Percentages • Interactive Sorting • Creating Drill-Down Reports Report Parameters • Creating Report Parameters • Creating Drop-Down Parameters • Multi-Valued Parameters • Debugging Parameter Issues Creating Matrix Reports and Charts • Creating a Basic Matrix Report • Matrix Subtotals • Creating a Basic Chart • Exploring the Charting Possibilities
  • 9. Managing Reporting Services • Deploying Reports and Data Sources • Exporting Reports and Printing • Using the Web-Based Report Manager • Using SQL Server Management Studio-based Reporting Services Manager Reporting Services Security • Two Parts to Reporting Services Security • Securing Access to Reports • Data Source Security Programming Reporting Services • The Many Reporting Services APIs • Integrating Reporting Services into Applications using URL Access • Using the Report Viewer Controls Advanced Reporting Services Programming • Using the Reporting Services Web Service • Working with Custom Assemblies Snapshots and Subscriptions • Caching and Snapshots • Creating Standard Subscriptions • Creating Data-Driven Subscriptions • Managing Subscriptions
  • 10. Ad-Hoc Reporting with Report Builder • The Report Builder Architecture • Creating Report Model Projects • Running Report Builder Should you require any further information please do not hesitate to contact us Contact: trainings@keentechnologies.com any queries are always welcomed Please feel free to mail us for demo session or call @ 9989754807 • website URL:http://www.keentechnologies.com