SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

Size: px
Start display at page:

Download "SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days"

Transcription

1 SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture Ratio This SSIS training is 70% hands-on, 30% lecture, with the longest lecture segments lasting for 10 minutes. SSIS Training Materials All SSIS training students receive a copy of Wrox Press s Professional SQL Server Integration Services. SSIS Training Objectives All attendees will learn to: Use the SSIS tools, tasks, and containers Work with variables, parameters, and expressions Create end-to-end packages Script in SSIS Populate a data warehouse using SSIS Program and extend SSIS Understand and tune the data flow engine Add a user interface Handle errors Perform External Management and WMITask Implementations SSIS Training Outline Welcome To SQL Server Integration Services o SQL Server SSIS Historical Overview o What's New in SSIS o Tools of the Trade o Import and Export Wizard o The SQL Server Data Tools Experience o SSIS Architecture o Packages

2 o Control Flow o Data Flow o Variables o Parameters o Error Handling and Logging o Editions of SQL Server The SSIS Tools o Import and Export Wizard o SQL Server Data Tools o Creating Your First Package o The Solution Explorer Window o The Toolbox o The Properties Windows o The SSIS Package Designer o Control Flow o Connection Managers o Variables o Data Flow o Parameters o Event Handlers o Package Explorer o Executing a Package o Management Studio SSIS Tasks o SSIS Task Objects o Using the Task Editor o The Task Editor Expressions Tab o SSDTCommon Properties o Looping and Sequence Tasks o Script Task (.NET) o Analysis Services Tasks o Analysis Services Execute DDL Task o Analysis Services Processing Task o Data Mining Query Task o Data Flow Task o Data Preparation Tasks o Data Profiler o File System Task o Archiving a File o FTP Task o Getting a File Using FTP o Web Service Task o Retrieving Data Using the Web Service Task and XML Source Component

3 o XML Task o Validating an XML File o RDBMS Server Tasks o Bulk Insert Task o Using the Bulk Insert Task o Execute SQL Task o Workflow Tasks o Execute Package Task o Execute Process Task o Message Queue Task o Send Mail Task o WMI Data Reader Task o WMI Event Watcher Task o Polling a Directory for the Delivery of a File o SMO Administration Tasks o Transfer Database Task o Transfer Error Messages Task o Transfer Logins Task o Transfer Master Stored Procedures Task o Transfer Jobs Task o Transfer SQL Server Objects Task Containers o Task Host Containers o Sequence Containers o Groups o For Loop Container o Foreach Loop Container o Foreach File Enumerator Example o Foreach ADO Enumerator Example The Data Flow o Understanding the Data Flow o Data Viewers o Sources o OLE DB Source o Excel Source o Flat File Source o Raw File Source o XML Source o ADO.NET Source o Destinations o Excel Destination o Flat File Destination o OLE DB Destination

4 o Raw File Destination o Recordset Destination o SQL Server and Mobile Destinations o Data Mining Model Training o DataReader Destination o Dimension and Partition Processing o Common Transformations o Synchronous versus Asynchronous Transformations o Aggregate o Conditional Split o Data Conversion o Derived Column o Lookup o Row Count o Script Component o Slowly Changing Dimension o Sort o Union All o Other Transformations o Audit o Character Map o Copy Column o Data Mining Query o DQS Cleansing o Export Column o Fuzzy Lookup o Fuzzy Grouping o Import Column o Merge o Merge Join o Multicast o OLE DB Command o Percentage and Row Sampling o Pivot Transform o Unpivot o Term Extraction o Term Lookup Using Variables, Parameters, And Expressions o Dynamic Package Objects o Variable Overview o Parameter Overview o Expression Overview o Understanding Data Types

5 o SSIS Data Types o Date and Time Type Support o How Wrong Data Types and Sizes Can Affect Performance o Unicode and Non-Unicode Conversion Issues o Casting in SSIS Expressions o Using Variables and Parameters o Defining Variables o Defining Parameters o Variable and Parameter Data Types o Working with Expressions o C#-Like? Close, but Not Completely o The Expression Builder o Syntax Basics o Using Expressions in SSIS Packages Joining Data o The Lookup Transformation o Using the Merge Join Transformation o Contrasting SSIS and the Relational Join o Lookup Features o Building the Basic Package o Using a Relational Join in the Source o Using the Merge Join Transformation o Using the Lookup Transformation o Full-Cache Mode o No-Cache Mode o Partial-Cache Mode o Multiple Outputs o Expressionable Properties o Cascaded Lookup Operations o Cache Connection Manager and Cache Transform Creating An End-To-End Package o Basic Transformation Tutorial o Creating Connections o Creating the Control Flow o Creating the Data Flow o Completing the Package o Saving the Package o Executing the Package o Typical Mainframe ETL with Data Scrubbing o Creating the Data Flow o Handling Dirty Data o Finalizing o Handling More Bad Data

6 o Looping and the Dynamic Tasks o Looping o Making the Package Dynamic Scripting in SSIS o Introducing SSIS Scripting o Getting Started in SSIS Scripting o Selecting the Scripting Language o Using the VSTA Scripting IDE o Example: Hello World o Adding Code and Classes o Using Managed Assemblies o Example: Using Custom.NET Assemblies o Using the Script Task o Configuring the Script Task Editor o The Script Task Dts Object o Accessing Variables in the Script Task o Connecting to Data Sources in a Script Task o Raising an Event in a Script Task o Writing a Log Entry in a Script Task o Using the Script Component o Diff from a Script Task o Configuring the Script Component Editor o Accessing Variables in a Script Component o Connecting to Data Sources in a Script Component o Raising Events o Logging o Example: Data Validation o Synchronous versus Asynchronous o Essential Coding, Debugging, and Troubleshooting Techniques o Structured Exception Handling o Script Debugging and Troubleshooting Loading A Data Warehouse o Data Profiling o Initial Execution of the Data Profiling Task o Reviewing the Results of the Data Profiling Task o Turning Data Profile Results into Actionable ETL Steps o Data Extraction and Cleansing o Dimension Table Loading o Loading a Simple Dimension Table o Loading a Complex Dimension Table o Considerations and Alternatives to the SCD Transformation o Fact Table Loading o SSAS Processing

7 o Using a Master ETL Package Advanced Data Cleansing In SSIS o Advanced Derived Column Use o Text Parsing Example o Advanced Fuzzy Lookup and Fuzzy Grouping o Fuzzy Lookup o Fuzzy Grouping o DQS Cleansing o Data Quality Services o DQS Cleansing Transformation Using the Relational Engine o Data Extraction o SELECT * Is Bad o WHERE Is Your Friend o Transform during Extract o Many ANDs Make Light Work o SORT in the Database o Modularize o SQL Server Does Text Files Too o Using Set-Based Logic o SQL Server Change Data Capture o Benefits of SQL Server CDC o Preparing CDC o Capture Instance Tables o The CDC API o Using the New SSIS CDC Tools o Querying CDC in SSIS o Data Loading o Database Snapshots o The MERGE Operator Accessing Heterogeneous Data o Excel and Access o 64-Bit Support o Working with Excel Files o Working with Access o Importing from Oracle o Oracle Client Setup o Importing Oracle Data o Using XML and Web Services o Configuring the Web Service Task o Working with XML Data as a Source o Flat Files o Loading Flat Files

8 o Extracting Data from Flat Files o ODBC o Other Heterogeneous Sources Reliability and Scalability o Restarting Packages o Simple Control Flow o Containers within Containers and Checkpoints o Variations on a Theme o Inside the Checkpoint File o Package Transactions o Single Package, Single Transaction o Single Package, Multiple Transactions o Two Packages, One Transaction o Single Package Using a Native Transaction in SQL Server o Error Outputs o Scaling Out o Architectural Features o Scaling Out Memory Pressures o Scaling Out by Staging Data o Scaling Out with Parallel Loading Understanding and Tuning the Data Flow Engine o The SSIS Engine o Understanding the SSIS Data Flow and Control Flow o Handling Workflows with the Control Flow o Data Processing in the Data Flow o Memory Buffer Architecture o Types of Transformations o Advanced Data Flow Execution Concepts o SSIS Data Flow Design and Tuning o Data Flow Design Practices o Optimizing Package Processing o Troubleshooting Data Flow Performance Bottlenecks o Pipeline Performance Monitoring SSIS Software Development Life Cycle o Introduction to Software Development Life Cycles o SDLCs: A Brief History o Types of Software Development Life Cycles o Versioning and Source Code Control o Subversion (SVN) o Team Foundation Server, Team System, and SSIS Error and Event Handling o Using Precedence Constraints o Precedence Constraint Basics

9 o Advanced Precedence Constraints and Expressions o Event Handling o Events o Using Event Handlers o Event Handler Inheritance o Breakpoints o Error Rows o Logging o Logging Providers o Log Events o Catalog Logging Programming And Extending SSIS o The Sample Components o Component: Source Adapter o Component: Transform o Component: Destination Adapter o The Pipeline Component Methods o Design-Time Functionality o Runtime o Connection Time o Building the Components o Preparation o Building the Source Component o Building the Transformation o Component o Building the Destination Adapter o Using the Components o Installing the Components o Debugging Components o Design Time o Building the Complete Package o Runtime Debugging o Upgrading to SQL Server2 Adding a User Interface To Your Component o Three Key Steps for Designing the UI: An Overview o Building the User Interface o Adding the Project o Implementing IDtsComponentUI o Setting the UITypeName o Building the Form o Extending the User Interface o Runtime Connections o Component Properties

10 o Handling Errors and Warnings o Column Properties o Other UI Considerations External Management and WMITask Implementation o External Management of SSIS with Managed Code o Setting Up a Test SSIS Package for Demonstration Purposes o The Managed Object Model Code Library o Catalog Management o Folder Management o Environments o The DTS Runtime Managed Code Library o SSIS Deployment Projects o Parameter Objects o Server Deployment o Executing SSIS Packages Deployed to the SSIS Catalog o Environment References o Package Operations o Application Object Maintenance Operations o Package Operations o Package Monitoring o Project, Folder, and Package Listing o A Package Management Example o Package Log Providers o Specifying Events to Log o Programming to Log Providers o SQL Server2 Operation Logs o Package Configurations o Creating a Configuration o Programming the Configuration Object o Configuration Object o Windows Management Instrumentation Tasks o WMI Reader Task Explained o WMI Data Reader Example o WMI Event Watcher Task o WMI Event Watcher Task Example Conclusion CASE STUDY COVERING ALL THE ABOVE TOPICS

11 SSRS Training: Introduction to SQL Server Reporting Services Duration: 2 days SSRS Training Prerequisites All attendees must have a general familiarity with databases prior to the class. Working knowledge of Microsoft SQL Server or Microsoft Office applications is beneficial. Hands-on/Lecture Ratio This SSRS training is 70% hands-on, 30% lecture, with the longest lecture segments lasting for 10 minutes. SSRS Training Materials All attendees receive a copy of SQL Server Reporting Services for Report Writers. SSRS Training Objectives All attendees will learn to: Use SSRS tools Work with solutions and projects Design basic reports Enhance reports with formatting, images, and charts Effectively group and summarize data Work with parameterized reports Utilize Report Builder SSRS Training Outline SSRS Overview and Tools o Overview of Reporting Services features o General Report Server concepts o Report concepts o SSRS tools overview o Using SQL Server Documentation Working with Solutions and Projects o SQL Server Data Tools (SSDT) o Understanding Solutions and Projects o Working with the Visual Studio Interface Creating Basic Reports o What is a Data Source?

12 o What is a Data Set? o Using the Report Wizard o What is Tablix? o Creating a tabular report o Creating a list report o Understanding and creating a matrix report Formatting o Rich text formatting o Managing text box properties o Drawing lines and boxes o Inserting images o Headers and Footers o Adding a document map to a report o Rendering reports o Troubleshooting report rendering issues Using custom expressions o Understanding expressions o Where can expressions be used? o Working with report variables o Enhance formatting by using expressions o Understanding Lookup, LookupSet, and Multilookup functions Summarizing and Sorting o Creating Groups o Enabling drill-down o Using custom expressions and aggregations o Creating aggregates of aggregates o Enable interactive sorting Add Flexibility with Parameters o Report parameters vs Query parameters o Use parameters with SQL queries and stores procedures o Manage report parameter properties o Work with cascading parameters o Sort based on a parameter setting o Filtered reports Adding enhanced report items o Add charts to a report o Add a gauge to a report o Add a map to a report o Understanding data bar and sparkline report items o Working with subreports Using Report Manager o Navigating Report Manager o Understanding permissions

13 o Managing reports Using Report Builder for SQL Server o What is the difference between click once and stand-alone installer? o Install stand-alone version o Using the Report Builder tool o Creating data sets o Using the wizards provided o Opening existing reports o Report Templates o Creating reports without a wizard o Working with report parts Conclusion SSAS Training: Introduction to SQL Server Analysis Services Duration: 2 days SSAS Training Prerequisites All SSAS training attendees should have prior experience with SQL Server. Hands-on/Lecture Ratio This SSAS training class is 50% hands-on, 50% lecture, with the longest lecture segments lasting for 20 minutes. SSAS Training Materials All SSAS training students receive a copy of Microsoft Press' SQL Server Analysis Services Step-by-Step. SSAS Training Objectives All attendees will learn to: Perform OLAP modeling Use SSAS inside of BIDS Store and aggregate data cubes Write multi-dimensional expressions (MDX) Administer SSAS Use SSAS in conjunction with reporting clients and Microsoft Office SSAS Training Outline

14 What Is Microsoft Business Intelligence? o Define Business Intelligence o Understand the Cube Structure o Deploy and View a Sample Cube o View a Cube by using Excel o View a Cube by using SQL Reporting Services OLAP Modeling o Understand Basic OLAP Modeling (star schema) o Understand Dimensional Modeling (stars and snowflakes) o Understand Measure (fact) and Cube Modeling o Model with SQL Server Business Intelligence Development Studio (BIDS) Using SSAS in BIDS o Understand the Development Environment o Create Data Sources o Create Data Source Views o Create Cubes by using the Cube Wizard Intermediate SSAS o Learn how to Create Key Performance Indicators (KPIs) o Discover how to Create Perspectives o See how to Create Translations for Cubes and Dimensions o Review the three SSAS Action Object Types: Regular, Drillthrough, and Reporting Advanced SSAS o Work with Multiple Fact Tables and the Dimension Usage Subtab in BIDS o Explore Advanced Dimension Types o Learn how to use the Business Intelligence Wizard o Understand Writeback in Dimensions o Review Semi-Additive Measures in OLAP Cubes Cube Storage and Aggregation o View Aggregation Designs o Customize Aggregation Designs o Implement Proactive Caching o Use Relational and SSAS Partitions o Customize Cube and Dimension Processing Introduction to MDX Queries o Understand Basic MDX Syntax o Use the MDX Query Editor in SSMS o Understand Common MDX Functions and Tasks

15 o Review MDX Functions New to SSAS MDX Expressions o Understand the Calculation Subtab o Learn how to add Calculated Members o Explore how to add MDX Script Commands o Discover how to add.net Assemblies Introduction to Data Mining o Understand Data Mining Concepts o Review the Algorithms that SSAS Includes o Consider Data Mining Clients o Understand Mining Structure Processing SSAS Administration o Implement SSAS Security o Implement XMLA Scripts in SSMS o Deploy and Synchronize Databases o Understand SSAS Database Backup and Restore Advanced Administration and Optimization o Implement SSIS to Manage SSAS Databases o Explore Clustering o Explore Scalability Options o Understand Performance Tuning and Optimization Introduction to SSAS Clients o Design Reports using Reporting Services o Design Reports by using Report Builder o Implement Excel 2007 Pivot Tables and Charts o Use Excel 2007 as a Data Mining Client o Review Microsoft Office SharePoint Server 2007 Conclusion CASE STUDY COVERING ALL THE ABOVE TOPICS

LearnFromGuru Polish your knowledge

LearnFromGuru Polish your knowledge SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities

More information

SQL Server Administrator Introduction - 3 Days Objectives

SQL Server Administrator Introduction - 3 Days Objectives SQL Server Administrator Introduction - 3 Days INTRODUCTION TO MICROSOFT SQL SERVER Exploring the components of SQL Server Identifying SQL Server administration tasks INSTALLING SQL SERVER Identifying

More information

SQL SERVER TRAINING CURRICULUM

SQL SERVER TRAINING CURRICULUM SQL SERVER TRAINING CURRICULUM Complete SQL Server 2000/2005 for Developers Management and Administration Overview Creating databases and transaction logs Managing the file system Server and database configuration

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Microsoft SQL Business Intelligence Boot Camp

Microsoft SQL Business Intelligence Boot Camp To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Microsoft SQL Business Intelligence Boot Camp 3 classes 1 Week! Business Intelligence is HOT! If

More information

SQL SERVER DEVELOPER Available Features and Tools New Capabilities SQL Services Product Licensing Product Editions Will teach in class room

SQL SERVER DEVELOPER Available Features and Tools New Capabilities SQL Services Product Licensing Product Editions Will teach in class room An Overview of SQL Server 2005/2008 Configuring and Installing SQL Server 2005/2008 SQL SERVER DEVELOPER Available Features and Tools New Capabilities SQL Services Product Licensing Product Editions Preparing

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course ID MSS300 Course Description Ace your preparation for Microsoft Certification Exam 70-463 with this course Maximize your performance

More information

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION 1 SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION What is BI? Microsoft SQL Server 2008 provides a scalable Business Intelligence platform optimized for data integration, reporting, and analysis,

More information

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

East Asia Network Sdn Bhd

East Asia Network Sdn Bhd Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

COPYRIGHTED MATERIAL. Welcome to SQL Server Integration Services. What s New in SQL Server 2005 SSIS

COPYRIGHTED MATERIAL. Welcome to SQL Server Integration Services. What s New in SQL Server 2005 SSIS Welcome to SQL Server Integration Services SQL Server Integration Services (SSIS) is one of the most powerful features in SQL Server 2005. It is technically classified as a business intelligence feature

More information

SQL Server 2012 End-to-End Business Intelligence Workshop

SQL Server 2012 End-to-End Business Intelligence Workshop USA Operations 11921 Freedom Drive Two Fountain Square Suite 550 Reston, VA 20190 solidq.com 800.757.6543 Office 206.203.6112 Fax info@solidq.com SQL Server 2012 End-to-End Business Intelligence Workshop

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day

More information

Microsoft Data Warehouse in Depth

Microsoft Data Warehouse in Depth Microsoft Data Warehouse in Depth 1 P a g e Duration What s new Why attend Who should attend Course format and prerequisites 4 days The course materials have been refreshed to align with the second edition

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

COPYRIGHTED MATERIAL. 1Welcome to SQL Server Integration Services

COPYRIGHTED MATERIAL. 1Welcome to SQL Server Integration Services 1Welcome to SQL Server Integration Services what S IN THIS CHAPTER? What s new to this version of SSIS Exploring tools you ll be using in SSIS Overview of the SSIS architecture Considering your licensing

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20463 Implementing a Data Warehouse with Microsoft SQL Server Length: 5 Days Audience: IT Professionals

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

MS 50511A The Microsoft Business Intelligence 2010 Stack

MS 50511A The Microsoft Business Intelligence 2010 Stack MS 50511A The Microsoft Business Intelligence 2010 Stack Description: This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-End business solutions using

More information

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress*

Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress* Pro SQL Server 2012 Reporting Services Third Edition mm m Brian McDonald Shawn McGehee Rodney Landrum Apress* Contents About the Authors About the Technical Reviewers Acknowledgments m Introduction xvn

More information

Microsoft. Microsoft SQL Server. 2012 Integration Services. Wee-Hyong Tok. Rakesh Parida Matt Masson. Xiaoning Ding. Kaarthik Sivashanmugam

Microsoft. Microsoft SQL Server. 2012 Integration Services. Wee-Hyong Tok. Rakesh Parida Matt Masson. Xiaoning Ding. Kaarthik Sivashanmugam Microsoft Microsoft SQL Server 2012 Integration Services Wee-Hyong Tok Rakesh Parida Matt Masson Xiaoning Ding Kaarthik Sivashanmugam Contents Foreword Introduction xxi xxiii PART I OVERVIEW Chapter 1

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system. DBA Fundamentals COURSE CODE: COURSE TITLE: AUDIENCE: SQSDBA SQL Server 2008/2008 R2 DBA Fundamentals Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows

More information

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD.

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD. SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning COURSE CODE: COURSE TITLE: AUDIENCE: SQSDPT SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning SQL Server DBAs, capacity planners and system

More information

Delivering Business Intelligence With Microsoft SQL Server 2005 or 2008 HDT922 Five Days

Delivering Business Intelligence With Microsoft SQL Server 2005 or 2008 HDT922 Five Days or 2008 Five Days Prerequisites Students should have experience with any relational database management system as well as experience with data warehouses and star schemas. It would be helpful if students

More information

SQL Server Analysis Services Complete Practical & Real-time Training

SQL Server Analysis Services Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner SQL Server Analysis Services Complete Practical & Real-time Training Mode: Practical,

More information

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Course 20463:Implementing a Data Warehouse with Microsoft SQL Server Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led (classroom)

More information

SQL Server 2012. Integration Services. Design Patterns. Andy Leonard. Matt Masson Tim Mitchell. Jessica M. Moss. Michelle Ufford

SQL Server 2012. Integration Services. Design Patterns. Andy Leonard. Matt Masson Tim Mitchell. Jessica M. Moss. Michelle Ufford SQL Server 2012 Integration Services Design Patterns Andy Leonard Matt Masson Tim Mitchell Jessica M. Moss Michelle Ufford Contents J Foreword About the Authors About the Technical Reviewers Acknowledgments

More information

70-467: Designing Business Intelligence Solutions with Microsoft SQL Server

70-467: Designing Business Intelligence Solutions with Microsoft SQL Server 70-467: Designing Business Intelligence Solutions with Microsoft SQL Server The following tables show where changes to exam 70-467 have been made to include updates that relate to SQL Server 2014 tasks.

More information

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle

Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?

More information

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010 www.etidaho.com (208) 327-0768 End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010 5 Days About This Course This instructor-led course provides students with the knowledge and skills to develop

More information

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server

Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20466 - Implementing Data Models and Reports with Microsoft SQL Server Length 5 days Price $4070.00 (inc GST) Version C Overview The focus of this five-day

More information

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10777: Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: 5 Days Audience:

More information

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos)

$99.95 per user. SQL Server 2008/R2 Reporting Services CourseId: 162 Skill level: 100-400 Run Time: 37+ hours (195 videos) Course Description This course is a comprehensive course for Microsoft SQL Server 2008 and for SQL Server 2008 R2 Reporting Services (yes, it covers both!). This course features coverage of the two main

More information

Enterprise and Standard Feature Compare

Enterprise and Standard Feature Compare www.blytheco.com Enterprise and Standard Feature Compare SQL Server 2008 Enterprise SQL Server 2008 Enterprise is a comprehensive data platform for running mission critical online transaction processing

More information

The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led

The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led Course Description This instructor-led course provides students with the knowledge and skills to develop Microsoft End-to-

More information

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components

Excel 2007. OLAP@Work Excel 97 Add-In. Excel 2010 PowerPivot. Excel Add-In Pivot Table Services Office Web Components Excel Excel OLAP features and limitations Pivot tables, charts, named sets, cube formulas, online/offline cubes and so much more Best of combined PowerPivot with Analysis Services cubes Demo: Excel with

More information

Agenda. SSIS - enterprise ready ETL

Agenda. SSIS - enterprise ready ETL SSIS - enterprise ready ETL By: Oz Levi BI Solution architect Matrix BI Agenda SSIS Best Practices What s New in SSIS 2012? High Data Quality Using SQL Server 2012 Data Quality Services SSIS advanced topics

More information

IBM WebSphere DataStage Online training from Yes-M Systems

IBM WebSphere DataStage Online training from Yes-M Systems Yes-M Systems offers the unique opportunity to aspiring fresher s and experienced professionals to get real time experience in ETL Data warehouse tool IBM DataStage. Course Description With this training

More information

BI xpress Product Overview

BI xpress Product Overview BI xpress Product Overview Develop and manage SSIS packages with ease! Key Features Create a robust auditing and notification framework for SSIS Speed BI development with SSAS calculations and SSIS package

More information

DBA xpress Product Overview

DBA xpress Product Overview DBA xpress Product Overview provides next-generation SQL tools specifically tailored for performance and ease of use when architecting or administering large microsoft SQL Server database systems. Key

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

Data Integration and ETL with Oracle Warehouse Builder NEW

Data Integration and ETL with Oracle Warehouse Builder NEW Oracle University Appelez-nous: +33 (0) 1 57 60 20 81 Data Integration and ETL with Oracle Warehouse Builder NEW Durée: 5 Jours Description In this 5-day hands-on course, students explore the concepts,

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Course Details Course Outline Module 1: Introduction to Business Intelligence and Data Modeling As a SQL Server database professional,

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

Implementing Data Models and Reports with Microsoft SQL Server

Implementing Data Models and Reports with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20466C: Implementing Data Models and Reports with Microsoft SQL Server Length: 5 Days Audience:

More information

Google AdWords, 248 Google Analytics tools, 248 GoogleAdsExtract.xlsx file, 161 GoogleAnalytics, 161

Google AdWords, 248 Google Analytics tools, 248 GoogleAdsExtract.xlsx file, 161 GoogleAnalytics, 161 Index A AccountName table, 20 achieving targets, 41, 47 Activity Goals gauge, 236 Activity level metric, 45, 48, 50 ActivityLevel dataset, 70, 79 Actual close date dimension, 146 Actual value measure,

More information

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 Introduction This course provides students with the knowledge and skills necessary to design, implement, and deploy OLAP

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

For Sales Kathy Hall 402-963-4466 khall@it4e.com

For Sales Kathy Hall 402-963-4466 khall@it4e.com IT4E Schedule 13939 Gold Circle Omaha NE 68144 402-431-5432 Course Number 10777 For Sales Chris Reynolds 402-963-4465 creynolds@it4e.com www.it4e.com For Sales Kathy Hall 402-963-4466 khall@it4e.com Course

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

About the Authors About the Technical Reviewers Acknowledgments

About the Authors About the Technical Reviewers Acknowledgments About the Authors p. xvii About the Technical Reviewers p. xix Acknowledgments p. xxi Introduction p. xxiii SQL Server Overview and Installation p. 1 Evolution of SQL Server p. 1 SQL Server 2005 Overview

More information

SQL Server Integration Services Design Patterns

SQL Server Integration Services Design Patterns SQL Server Integration Services Design Patterns Second Edition Andy Leonard Tim Mitchell Matt Masson Jessica Moss Michelle Ufford Apress* Contents J First-Edition Foreword About the Authors About the Technical

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp Längd: 5 Days Kurskod: M55045 Sammanfattning: This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Implementing a Data Warehouse with Microsoft SQL Server 2014 MOC 20463 Duración: 25 horas Introducción This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Career Portfolio provided by Beyond.com

Career Portfolio provided by Beyond.com Career Portfolio provided by Beyond.com MS Sql Server Developer SSIS, SSRS & SSAS Sunnyvale, CA 94088 Member Number: 51970905 Portfolio: http://www.beyond.com/people/51970905 Professional Information Job

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

SQL Server Integration Services with Oracle Database 10g

SQL Server Integration Services with Oracle Database 10g SQL Server Integration Services with Oracle Database 10g SQL Server Technical Article Published: May 2008 Applies To: SQL Server Summary: Microsoft SQL Server (both 32-bit and 64-bit) offers best-of breed

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

SQL Server Integration Services Using Visual Studio 2005

SQL Server Integration Services Using Visual Studio 2005 SQL Server Integration Services Using Visual Studio 2005 A Beginners Guide Jayaram Krishnaswamy Chapter No. 13 "Package to Copy a Table from Oracle XE" In this package, you will find: A Biography of the

More information

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist)

MODULE FRAMEWORK : Dip: Information Technology Network Integration Specialist (ITNIS) (Articulate to Edexcel: Adv. Dip Network Information Specialist) Year: 2011 (2 nd year) Term: 3 Class group: Blue Facilitator: C. Du Toit Description: Learn how to install, configure and administer a Microsoft SQL Server. Learn how to manage a SQL database hosted on

More information

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with.

Reporting. Microsoft Dynamics GP 2010. enterpri se. Dynamics GP. Christopher Liley. Create and manage business reports with. Microsoft Dynamics GP 2010 Reporting Create and manage business reports with Dynamics GP David Duncan Christopher Liley [ PUBLISHING J enterpri se - BIRMINGHAM MUMBAI Preface 1 Chapter 1: Meeting the Reporting

More information

Presented by: Jose Chinchilla, MCITP

Presented by: Jose Chinchilla, MCITP Presented by: Jose Chinchilla, MCITP Jose Chinchilla MCITP: Database Administrator, SQL Server 2008 MCITP: Business Intelligence SQL Server 2008 Customers & Partners Current Positions: President, Agile

More information

Microsoft SQL Server 2008 Step by Step

Microsoft SQL Server 2008 Step by Step Microsoft SQL Server 2008 Step by Step Mike Hotek To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/12859.aspx 9780735626041 2009 Mike Hotek. All rights

More information

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010

Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Microsoft Services Exceed your business with Microsoft SharePoint Server 2010 Business Intelligence Suite Alexandre Mendeiros, SQL Server Premier Field Engineer January 2012 Agenda Microsoft Business Intelligence

More information

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Designing Business Intelligence Solutions with Microsoft SQL Server 2012

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008

Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008 Αξιοποιείστε τα δεδομένα της επιχείρησής σας με Ms Visual Studio 2010 & Ms SQL 2008 Antonios Chatzipavlis Solution Architect - Principal Consultant Development Evangelist - SQL Server MVP MCT, MCITP, MCPD,

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

INTELIGENCIA DE NEGOCIO CON SQL SERVER

INTELIGENCIA DE NEGOCIO CON SQL SERVER INTELIGENCIA DE NEGOCIO CON SQL SERVER Este curso de Microsoft e-learning está orientado a preparar a los alumnos en el desarrollo de soluciones de Business Intelligence con SQL Server. El curso consta

More information

Analysis Services Step by Step

Analysis Services Step by Step Microsoft' Microsoft SQL Server 2008 Analysis Services Step by Step Scott Cameron, Hitachi Consulting Table of Contents Acknowledgments Introduction xi xiii Part I Understanding Business Intelligence and

More information

Correct Answer: J Explanation. Explanation/Reference: According to these references, this answer looks correct.

Correct Answer: J Explanation. Explanation/Reference: According to these references, this answer looks correct. QUESTION 1 You are implementing a SQL Server Integration Services (SSIS) package that loads data hosted in a SQL Azure database into a data warehouse. The source system contains redundant or inconsistent

More information

SBI2013: Building BI Solutions using Excel and SharePoint 2013

SBI2013: Building BI Solutions using Excel and SharePoint 2013 UNDERSTANDING MICROSOFT'S BI TOOLSET 3 DAYS SBI2013: Building BI Solutions using Excel and AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts and Excel Power Users Instructor-led training with hands-on

More information

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de IT-Pruefungen.de Hochwertige Qualität, neueste Prüfungsunterlagen http://www.it-pruefungen.de Exam : 70-448 Title : TS: Microsoft SQL Server 2008, Business Intelligence Development and Maintenance Version

More information

SAS BI Course Content; Introduction to DWH / BI Concepts

SAS BI Course Content; Introduction to DWH / BI Concepts SAS BI Course Content; Introduction to DWH / BI Concepts SAS Web Report Studio 4.2 SAS EG 4.2 SAS Information Delivery Portal 4.2 SAS Data Integration Studio 4.2 SAS BI Dashboard 4.2 SAS Management Console

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : 70-458 Title : Transition Your MCTS on SQL Server 2008 to MCSA: SQL Server 2012, Part 2 Vendor : Microsoft

More information