Microsoft. MCSA upgrade to SQL Server 2012 Certification Courseware. Version 1.0

Size: px
Start display at page:

Download "Microsoft. MCSA upgrade to SQL Server 2012 Certification Courseware. www.firebrandtraining.com. Version 1.0"

Transcription

1 Microsoft MCSA upgrade to SQL Server 2012 Certification Courseware Version 1.0

2 SQL Server 2012 for Data Warehousing Appendix MSCA SQL Server 2012 Upgrade Course Body Temple 1 Deployment Models Package Deployment Model Project Deployment Model Body Temple 2 1

3 Package Deployment Model Storage MSDB File System Package Configurations Property values to be set dynamically at run time Package Deployment Utility Generate all required files for easier deployment Body Temple 3 Project Deployment Model The SSIS catalog Storage and management for SSIS projects on a SQL Server 2012 instance Folders A hierarchical structure for organizing and securing SSIS projects Body Temple 4 2

4 Deployment Model Comparison Feature Package Deployment Project Deployment Unit of Deployment Package Project Storage File system or MSDB SSIS Catalog Dynamic configuration Package configurations Environment variables mapped to project-level parameters and connection managers Compiled format Multiple.dtsx files Single.ispac file Troubleshooting Configure logging for each package SSIS catalog includes builtin reports and views Body Temple 5 Creating an SSIS Catalog Pre-requisites SQL Server 2012 SQL CLR enabled Creating a catalog Use SQL Server Management Studio One SSIS catalog per SQL Server instance Catalog Security Folder Security Object Security Catalog Encryption Sensitive Parameters Body Temple 6 3

5 Environments and Variables Environments Execution contexts for projects Variables Environment-specific values that can be mapped to project parameters and connection manager properties at run time Body Temple 7 Deploying an SSIS Project Integration Services Deployment Wizard SQL Server Data Tools SQL Server Management Studio Body Temple 8 4

6 Viewing Project Execution Information Integration Services Dashboard provides built-in reports Additional sources of information: Event Handlers Error Outputs Logging Debug Dump Files Body Temple 9 Data Quality Services Cleansing Data Matching Data Body Temple 10 5

7 What Is a Knowledge Base? Repository of knowledge about data: Domains define values and rules for each field Matching policies define rules for identifying duplicate records KB Body Temple 11 What Is a Domain? Domains are specific to a data field Domains contain the rules for the data KB Domains can be individual or composite City Name State First Name Family Name Body Temple 12 6

8 What Is a Reference Data Service? The Azure Marketplace hosts specialist data cleansing providers Set up an account KB Subscribe to a reference service Map your domain to the reference service Address Name First Name Family Name Body Temple 13 Creating a Data Cleansing Project 1. Select a knowledge base 2. Map columns to domains 3. Review suggestions and corrections 4. Export results Body Temple 14 7

9 Viewing Cleansed Data Output The values for all fields after data cleansing Source The original value for fields that were mapped to domains and cleansed Reason The reason the output value was selected by the cleansing operation Confidence An indication of the confidence Data Quality Services estimates for corrected values Status The status of the output column (correct or corrected) Body Temple 15 Using the Data Cleansing Data Flow Transformation Input columns to be cleansed Select knowledge base and map columns to domains Output cleansed columns Body Temple 16 8

10 Creating a Matching Policy Define matching rules for business entities Rules match entities based on domains: Similarity: Similar or exact match Weight: Percentage to apply if match succeeds Prerequisite: Mandatory domain match for rule to succeed If the combined weight of all matches meets or exceeds the rule s minimum matching score, the entities are duplicates Body Temple 17 Creating a Data Matching Project 1. Select a knowledge base 2. Map columns to domains 3. Review match clusters 4. Export matches and survivors Select survivorship rule: Pivot record Most complete and longest record Most complete record Longest record Body Temple 18 9

11 Viewing Data Matching Results Cluster ID Identifier for a cluster of matched records Record ID Identifier for a matched record Matching Rule The rule that produced the match Score Combined weighting of match criteria Pivot Mark A matched record chosen arbitrarily by Data Quality Services as the pivot record for a cluster Body Temple 19 Master Data Services Master Data Services v Data Quality Services Master Data Services Body Temple 20 10

12 Master Data Services and Data Quality Services Data Quality Services Domain-Focused Applicable to any dataset that contains domains in the KB Is Seattle a valid value for City? Master Data Services Entity-Focused Applicable to specific instances of business entities What is the correct name, address, and phone number for customer 1235? Use Data Quality Services to: Cleanse data before importing into master data hub Apply matching policies to find duplicate master data entities Body Temple 21 Components of Master Data Services Master Data Services database Contains the objects that support Master Data Services Master Data Manager Web application Enables administrators to create and manage Master Data Services objects, such as entities and attributes Enables data stewards to manage master data Master Data Services Configuration Manager Enables administrators to create the Master Data Services database and Web application Master Data Services Add-In for Microsoft Excel Enables administrators and data stewards to manage master data in Excel Data Steward Administrator Body Temple 11

13 What Is a Master Data Services Model? A versioned data model for specific business item or area of the business Contains definitions for entities required in the business area Often an entity with the same name as the model, as well as related entities Each entity has a defined set of attributes All entities have Code and Name attributes Attributes can be categorized in attribute groups Each instance of an entity is a known as a member Account Type Entity Attributes: Code (string) Name (string) Customer Entity Customers Model Version 1 Attributes: Code (free-form text) Name (free-form text) Address (free-form text) Phone (free-form text) AccountType (domain-based) CreditLimit (free-form number) Contact Details Attribute Group Member Code: 1 Name: Standard Member Code: 2 Name: Premier Member Code: 1235 Name: Ben Smith Address: 1 High St, Seattle Phone: AccountType: 1 CreditLimit: 1000 Version 2 Version Body Temple 23 Editing a Model in Microsoft Excel Use the Master Data Services Add-In for Excel to connect to a model Create entities Add columns to create attributes Edit entity member data in worksheets Publish changes to Master Data Services Body Temple 24 12

14 Hierarchies and Collections Derived Hierarchies Natural hierarchical groupings based on domain-based relationships Explicit Hierarchies Hierarchical groupings of specific members Can be mandatory or non-mandatory Collections Account Type Member Code: 1 Name: Standard Consolidated Member Code: CustUS Name: US Customers Consolidated Member Code: CustEU Name: European Customers Special Delivery Customers Customer Member Code: 1235 Name: Ben Smith Account Type: 1 Customer Member Code: 1267 Name: Amy Strande Account Type: 1 Leaf Member Code: 1235 Name: Ben Smith Leaf Member Code: 1267 Name: Amy Strande Leaf Member Code: 2214 Name: Sabina Schütz Non-hierarchical groupings of specific members Can include leaf and consolidated members from any hierarchy Leaf Member Code: 2600 Name: Andrew Sinclair Leaf Member Code: 1785 Name: Doris Krieger Consolidated Member Code: Cust-EU Name: European Customers Body Temple Finding Duplicate Members Create a Data Quality Services knowledge base with domains for entity attributes Create a matching policy to identify possible duplicates Match data in the Master Data Services Add-In for Excel Body Temple 26 13

15 Validating Members with Business Rules Define business rules with the business rule expression editor Publish business rules Use business rules to validate entity member data in: Explorer Excel Body Temple 27 Master Data Hub Architecture CRM SSIS Master Data Hub SSIS Other consumers (e.g. Data Warehouse ETL) SSIS SSIS Order Processing System Data Steward Marketing System Users insert and update data in application data stores Application data is loaded into master data hub for consolidation and management by data stewards Master data flows back to application data stores and other consumers across the enterprise Body Temple 14

16 Master Data Services Staging Tables MDS generates a staging table for each: Leaf member Consolidated member Relationship stg.entityname_leaf stg.entityname_consolidated stg.entityname_relationship ID ImportType ImportStatus_ID Batch_ID BatchTag ErrorCode Code Name NewCode <AttributeName> ID ImportType ImportStatus_ID Batch_ID BatchTag HierarchyName ErrorCode Code Name NewCode <AttributeName> ID RelationshipType ImportStatus_ID Batch_ID BatchTag HierarchyName ParentCode ChildCode SortOrder ErrorCode Body Temple Staging and Importing Data 1. Load data into staging tables Using SSIS, Import and Export Wizard, Transact-SQL, etc. 2. Run staging stored procedures stg.udp.entityname_leaf stg.udp.entityname_consolidated stg.udp.entityname_relationship 3. View import status in Master Data Manager 4. Match data to identify any duplicates 5. Apply business rules to validate data Body Temple 30 15

17 Consuming Master Data with Subscription Views Create subscription views in Master Data Manager Formats: Leaf Attributes Consolidated Attributes Collection Attributes Collections Explicit Parent Child Explicit levels Derived Parent Child Derived Levels Body Temple 31 Incremental ETL Overview of Data Warehouse Load Cycles Considerations for Incremental ETL Body Temple 32 16

18 Overview of Data Warehouse Load Cycles ETL process extracts new and modified data ETL process inserts or modifies data in the data warehouse based on changes Staging Database Data Warehouse Extract changes from data sources Refresh the data warehouse based on changes Users modify data in business applications Body Temple Considerations for Incremental ETL Data modifications to be tracked Load order Dimension keys Updating dimension members Updating fact records? Body Temple 34 17

19 Slowly Changing Dimensions Types of change to a dimension member: Type 1: Changing attributes are updated in the dimension record Key AltKey Name Phone City 101 C123 Mary New York Key AltKey Name Phone City 101 C123 Mary New York Type 2: Historical attribute changes result in a new record Key AltKey Name Phone City Current 101 C123 Mary New York True Key AltKey Name Phone City Current 101 C123 Mary New York False 102 C123 Mary Seattle True Type 3: The original and current values of historical attributes are stored in the dimension record Key AltKey Name Phone OriginalCity CurrentCity EffectiveDate 101 C123 Mary New York New York 1/1/00 Key AltKey Name Phone OriginalCity CurrentCity EffectiveDate 101 C123 Mary New York Seattle 6/7/ Body Temple Options for Extracting Modified Data Extract all records Store a primary key and checksum Use a datetime column as a high water mark Use Change Data Capture Use Change Tracking Body Temple 36 18

20 Extracting Rows Based on a Datetime Column Extraction Log Data Source Staging Database 1. Note the current time 2. Retrieve the last extraction time from an extraction log 3. Extract and transfer records that were modified between the last extraction and the current time 4. Replace the stored last extraction value with the current time Body Temple 37 Change Data Capture 1. Enable Change Data Capture EXEC sys.sp_cdc_enable_db EXEC = = = = 1 2. Map start and end times to log sequence numbers binary(10); = sys.fn_cdc_map_time_to_lsn('smallest greater = sys.fn_cdc_map_time_to_lsn('largest less than or 3. Handle null log sequence numbers IF (@from_lsn IS NULL) OR (@to_lsn IS NULL) -- There may have been no transactions in the timeframe 4. Extract changes between log sequence numbers SELECT * FROM 'all') Body Temple 38 19

21 Data Flow Data Flow Extracting Data with Change Data Capture Extraction Log Data Source Staging Database 1. Identify the end-point for the extraction (LSN or DateTime) 2. Retrieve the last extraction end-point from an extraction log 3. Extract and transfer records that were modified during the LSN range defined by the previous extraction end-point and the current end-point 4. Replace the logged end-point value with the current end-point Body Temple 39 The CDC Control Task and Data Flow Components Initial Extraction Incremental Extraction CDC Control Mark Initial Load Start 1 1 CDC Control Get Processing Range 2 Source CDC State Variable CDC State Variable CDC 2 CDC Source CDC Splitter Staged Inserts CDC State Table 3 CDC Control Mark Initial Load End 3 Staged Inserts Staged Updates Staged Deletes 4 CDC Control Mark Processed Range 1. A CDC Control Task records the starting LSN 2. A data flow extracts all records 3. A CDC Control task records the ending LSN 1. CDC Control Task establishes the range of LSNs to be extracted 2. A CDC Source extracts records and CDC metadata 3. Optionally, a CDC Splitter splits the data flow into inserts, updates, and deletes 4. A CDC Control task records the ending LSN Body Temple 40 20

22 Change Tracking 1. Enable Change Tracking ALTER DATABASE Sales SET CHANGE_TRACKING = ON (CHANGE_RETENTION = 7 DAYS, AUTO_CLEANUP = ON) ALTER TABLE Salespeople ENABLE CHANGE_TRACKING WITH (TRACK_COLUMNS_UPDATED = OFF) 2. Record the current version and extract the initial data = CHANGE_TRACKING_CURRENT_VERSION(); SELECT * FROM Salespeople 3. Extract changes since the last extracted version, and then update the last extracted version = CHANGE_TRACKING_CURRENT_VERSION(); SELECT * FROM CHANGETABLE(CHANGES CT INNER JOIN Salespeople s ON CT.SalespersonID = s.salespersonid Tip: Use snapshot isolation to ensure consistency Body Temple 41 Extracting Data with Change Tracking Extraction Log Data Source Staging Database 1. Retrieve the last version number that was extracted from an extraction log 2. Extract and transfer records that were modified since the last version, retrieving the current version number 3. Replace the logged version number with the current version number Body Temple 42 21

23 Data Flow Data Flow Data Flow Options for Incrementally Loading Data Insert, Update, or Delete from CDC Output Tables Use a Lookup transformation Use the Slowly Changing Dimension transformation Use the MERGE statement Use a checksum Body Temple 43 Using CDC Output Tables Staging and Data Warehouse Co-located Remote Data Warehouse Staging DB Data Warehouse Staging DB Data Warehouse Execute SQL Task INSERT FROM Source Staged Inserts Destination Dimension Table Execute SQL Task UPDATE FROM JOIN ON BizKey Source Staged Updates OLE DB Command UPDATE Execute SQL Task DELETE WHERE BizKey IN or UPDATE FROM JOIN ON BizKey Source Staged Deletes OLE DB Command UPDATE or DELETE Body Temple 22

24 The Lookup Transformation Match No Match Lookup Update Insert Redirect non-matched rows to the no match output Look up extracted data in a dimension or fact table based on a business key or unique combination of keys If no match is found, insert a new record Optionally, if a match is found, update non-key columns to apply a type 1 change Body Temple 45 The Slowly Changing Dimension Transformation OLE DB Command to update existing record Changing Attributes (Type 1) Inferred members Derived Column to add current row indicator column Historical Attributes (Type 2) SCD OLE DB Command to set existing record s current row indicator to false New records Union All OLE DB Command to insert minimal record Derived Column sets current row indicator to True OLE DB Destination for new records Body Temple 46 23

25 source data The MERGE Statement Matches source and target rows Performs insert, update, or delete operations based on row The target table matching results being loaded MERGE INTO DW.dbo.FactSales as tgt USING (SELECT c.customerkey, s.orderno, s.quantity, s.amount FROM Staging.dbo.Sales s INNER JOIN DW.dbo.DimCustomer c ON s.customerid = c.customerbizkey) AS src (CustomerKey, OrderNo, Quantity, Amount) ON (src.customerkey = tgt.customerkey AND src.orderno = tgt.orderno) WHEN MATCHED THEN UPDATE SET Quantity = src.quantity, Amount = src.amount WHEN NOT MATCHED THEN INSERT (CustomerKey, OrderNo, Quantity, Amount) VALUES (src.customerkey, src.orderno, src.quantity, src.amount) Action when no existing records are found Matching criteria to identify existing records Body Temple 47 Action when existing records are found End of Presentation SQL Server 2012 for Data Warehousing Appendix MSCA SQL Server 2012 Upgrade Course Body Temple 48 24

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 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

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

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

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

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

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

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

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 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

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

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 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

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

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

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

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

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

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

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

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

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

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

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE

OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE OHLONE COLLEGE Ohlone Community College District OFFICIAL COURSE OUTLINE I. Description of Course: 1. Department/Course: CNET - 168C 2. Title: Implementing a Data Warehouse with Microsoft SQL Server 3.

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

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

Exam Number/Code: 70-463. Exam Name: Implementing a Data. Version: Demo. Warehouse with Microsoft SQL Server 2012

Exam Number/Code: 70-463. Exam Name: Implementing a Data. Version: Demo. Warehouse with Microsoft SQL Server 2012 Exam Number/Code: 70-463 Exam Name: Implementing a Data Warehouse with Microsoft SQL Server 2012 Version: Demo QUESTION: 1 You are using SQL Server Data Tools to develop a SQL Server Integration Services

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

Incremental Replication from SQL Server to Oracle. Kane McKenzie Liberty University

Incremental Replication from SQL Server to Oracle. Kane McKenzie Liberty University Incremental Replication from SQL Server to Kane McKenzie Liberty University Our Challenge Efficiently Replicate Data from SQL Server based CRM database to based Data Warehouse Business Drivers Issues with

More information

Master Data Services. SQL Server 2012 Books Online

Master Data Services. SQL Server 2012 Books Online Master Data Services SQL Server 2012 Books Online Summary: Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) describes the efforts made by an

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

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 070-463 Title : Implementing a Data Warehouse with Microsoft SQL Server 2012 Version : DEMO 1 / 11 1.You are developing a project that contains

More information

MICROSOFT 70-458 EXAM QUESTIONS & ANSWERS

MICROSOFT 70-458 EXAM QUESTIONS & ANSWERS MICROSOFT 70-458 EXAM QUESTIONS & ANSWERS Number: 70-458 Passing Score: 700 Time Limit: 180 min File Version: 56.4 http://www.gratisexam.com/ MICROSOFT 70-458 EXAM QUESTIONS & ANSWERS Exam Name: Transition

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

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

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days 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

More information

Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012

Course 40009A: Updating your Business Intelligence Skills to Microsoft SQL Server 2012 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 40009A: Updating your Business Intelligence Skills

More information

40009A - UPDATING YOUR BUSINESS INTELLIGENCE SKILLS TO MICROSOFT SQL SERVER 2012 Training Course Outline. Course: 40009A

40009A - UPDATING YOUR BUSINESS INTELLIGENCE SKILLS TO MICROSOFT SQL SERVER 2012 Training Course Outline. Course: 40009A Course: 40009A Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course Outline This three-day instructor-led course provides existing SQL Server Business Intelligence (BI) professionals

More information

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Details Course Outline Module 1: Introduction to SQL Server 2014 This module introduces key features of SQL Server 2014.

More information

Implementing a SQL Data Warehouse 2016

Implementing a SQL Data Warehouse 2016 Implementing a SQL Data Warehouse 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This 4-day instructor led course describes how to implement a data

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 www.dumpspdf.com Microsoft 70-463 Implementing a Data Warehouse with Microsoft SQL Server 2012 Version: Demo 20.0 QUESTION NO: 1 Microsoft 70-463 Exam You work as a senior database administrator at TestKing.com.

More information

MS_40009 Updating your Business Intelligence Skills to Microsoft SQL Server 2012

MS_40009 Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Updating your Business Intelligence Skills to Microsoft SQL Server 2012 www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, D.F. Tel/Fax: 52785560 About this Course This

More information

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Page 1 of 8 Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977B: 4 days; Instructor-Led Introduction This

More information

Enterprise Integration Management with Microsoft SQL Server 2012

Enterprise Integration Management with Microsoft SQL Server 2012 Enterprise Integration Management with Microsoft SQL Server 2012 Delivering Credible Consistent Data to Every Organization White Paper Author: Graeme Malcolm (CM Group) Published: May 14, 2012 Summary:

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

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

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

10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014

10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 10977B: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Details Course Code: Duration: Notes: 10977B 5 days This course syllabus should be used to determine whether the course is appropriate

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

Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course 10977: Updating Your SQL Server Skills to Microsoft SQL Server 2014 Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:B Delivery method: Instructor-led

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

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

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va Day(s): 5 Course Code: M10977 Version: A Overview This five-day instructor-led course teaches students how to use the enhancements and new

More information

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10977 Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Length: 5 Days Audience: IT

More information

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Description: Days: 5 Prerequisites: This five-day instructor-led course teaches students how to use the enhancements and new features

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014

Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014 Course Code: M10977 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Updating Your SQL Server Skills from Microsoft SQL Server 2008 to Microsoft SQL Server 2014 Overview This five-day instructor-led

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

Building a Data Warehouse

Building a Data Warehouse Building a Data Warehouse With Examples in SQL Server EiD Vincent Rainardi BROCHSCHULE LIECHTENSTEIN Bibliothek Apress Contents About the Author. ; xiij Preface xv ^CHAPTER 1 Introduction to Data Warehousing

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 www.etidaho.com (208) 327-0768 Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 5 Days About this Course This five day instructor led course teaches students how to use the enhancements

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

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

SQLSaturday#393 Redmond 16 May, 2015. End-to-End SQL Server Master Data Services

SQLSaturday#393 Redmond 16 May, 2015. End-to-End SQL Server Master Data Services SQLSaturday#393 Redmond 16 May, 2015 End-to-End SQL Server Master Data Services Presenter Introduction Peter Myers Independent BI Expert Bitwise Solutions BBus, SQL Server MCSE, MCT, SQL Server MVP (since

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

SQL Server. 2012 for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach

SQL Server. 2012 for developers. murach's TRAINING & REFERENCE. Bryan Syverson. Mike Murach & Associates, Inc. Joel Murach TRAINING & REFERENCE murach's SQL Server 2012 for developers Bryan Syverson Joel Murach Mike Murach & Associates, Inc. 4340 N. Knoll Ave. Fresno, CA 93722 www.murach.com murachbooks@murach.com Expanded

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

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

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

Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463)

Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and 70-463) Brochure More information from http://www.researchandmarkets.com/reports/2330969/ Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams 70-461, 70-462, and

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: BLUE BUFFALO PRESS LLC 55073A MASTER DATA SERVICES, DATA QUALITY SERVICES WITH SQL 2012-2014 AND EXCEL 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55073A Master Data Services, Data Quality

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

There are three common ways to get data from Oracle into SQL Server:

There are three common ways to get data from Oracle into SQL Server: Oracle and SQL Server: BFF? By Hope Foley, SQL Server DBA, Perpetual Technologies, Inc. BFF (Best Friends Forever)? Not quite. More like two kids on the DBMS playground that would just as soon throw spitballs

More information

Jeremy Kashel Tim Kent Martyn Bullerwell. Chapter No.2 "Master Data Services Overview"

Jeremy Kashel Tim Kent Martyn Bullerwell. Chapter No.2 Master Data Services Overview Jeremy Kashel Tim Kent Martyn Bullerwell Chapter No.2 "Master Data Services Overview" Master Data Services Overview In this chapter, we will provide an overview of SQL Server 2008 R2 Master Data Services

More information

Course ID#: 1401-801-14-W 35 Hrs. Course Content

Course ID#: 1401-801-14-W 35 Hrs. Course Content Course Content Course Description: This 5-day instructor led course provides students with the technical skills required to write basic Transact- SQL queries for Microsoft SQL Server 2014. This course

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Course 20461C: Querying Microsoft SQL Server Module 1: Introduction to Microsoft SQL Server 2014 This module introduces the SQL Server platform and major tools. It discusses editions, versions, tools used

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

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

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

Cúram Business Intelligence Reporting Developer Guide

Cúram Business Intelligence Reporting Developer Guide IBM Cúram Social Program Management Cúram Business Intelligence Reporting Developer Guide Version 6.0.5 IBM Cúram Social Program Management Cúram Business Intelligence Reporting Developer Guide Version

More information

ETL Overview. Extract, Transform, Load (ETL) Refreshment Workflow. The ETL Process. General ETL issues. MS Integration Services

ETL Overview. Extract, Transform, Load (ETL) Refreshment Workflow. The ETL Process. General ETL issues. MS Integration Services ETL Overview Extract, Transform, Load (ETL) General ETL issues ETL/DW refreshment process Building dimensions Building fact tables Extract Transformations/cleansing Load MS Integration Services Original

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

SQL Server Master Data Services A Point of View

SQL Server Master Data Services A Point of View SQL Server Master Data Services A Point of View SUBRAHMANYA V SENIOR CONSULTANT SUBRAHMANYA.VENKATAGIRI@WIPRO.COM Abstract Is Microsoft s Master Data Services an answer for low cost MDM solution? Will

More information

Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S

Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S HP Education Services course data sheet Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) H8B96S Course Overview In this course, you will learn how to use SQL Server 2014 product features

More information

Master Data Services Training Guide. Modeling Guidelines. Portions developed by Profisee Group, Inc. 2010 Microsoft

Master Data Services Training Guide. Modeling Guidelines. Portions developed by Profisee Group, Inc. 2010 Microsoft Master Data Services Training Guide Modeling Guidelines Portions developed by Profisee Group, Inc. 2010 Microsoft MDM: A Multifaceted Discipline Master Data Management is a multi-faceted discipline that

More information

Implementation & Administration

Implementation & Administration Microsoft SQL Server 2008 R2 Master Data Services: Implementation & Administration Tyler Graham Suzanne Selhorn Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi

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-452 Title : PRO:MS SQL Server@ 2008, Designing a Business Intelligence Version : Demo 1. You design

More information

Application Development

Application Development Microsoft SQL Azure: Enterprise Application Development Build enterprise-ready applications and projects with SQL Azure Jayaram Krishnaswamy PUBLISHING BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Cloud Computing

More information

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Varighed: 5 Days Kursus Kode: M10977 Beskrivelse: This five-day instructor-led course teaches students how to use the enhancements and new

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

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

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

Querying Microsoft SQL Server Course M20461 5 Day(s) 30:00 Hours

Querying Microsoft SQL Server Course M20461 5 Day(s) 30:00 Hours Área de formação Plataforma e Tecnologias de Informação Querying Microsoft SQL Introduction This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL

More information

SAP BODS - BUSINESS OBJECTS DATA SERVICES 4.0 amron

SAP BODS - BUSINESS OBJECTS DATA SERVICES 4.0 amron 0 Training Details Course Duration: 40 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

High-Volume Data Warehousing in Centerprise. Product Datasheet

High-Volume Data Warehousing in Centerprise. Product Datasheet High-Volume Data Warehousing in Centerprise Product Datasheet Table of Contents Overview 3 Data Complexity 3 Data Quality 3 Speed and Scalability 3 Centerprise Data Warehouse Features 4 ETL in a Unified

More information

Querying Microsoft SQL Server 2012

Querying Microsoft SQL Server 2012 Course 10774A: Querying Microsoft SQL Server 2012 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2012 Type: Course Delivery Method: Instructor-led

More information

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300

NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300 NUTECH COMPUTER TRAINING INSTITUTE 1682 E. GUDE DRIVE #102, ROCKVILLE, MD 20850 WEB: www.nutechtraining.com TEL: 301-610-9300 MCTS SQL Server 2005 Developer Course Outlines Exam 70 431: TS: Microsoft SQL

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