Populating a Data Warehouse

Slides:



Advertisements
Similar presentations
Technical BI Project Lifecycle
Advertisements

Discover, Master, InfluenceSlide 1 SQL Server Compact Edition and the Entity Framework Rob Sanders Readify.
Virtual techdays INDIA │ august 2010 Building ASP.NET applications using SQL Server Compact Chaitanya Solapurkar │ Partner Technical Consultant,
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Introduction to the Enterprise Library. Sounds familiar? Writing a component to encapsulate data access Building a component that allows you to log errors.
SQL Server Integration Services (SSIS) Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server (MVP) Microsoft Certified Technology Specialist.
What’s New in SSIS with SQL 2008 Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
DTS Conversion to SSIS Conversion Best Practices Mike Davis
SQL Server User Group Meeting Reporting Services Tips & Tricks Presented by Jason Buck of Custom Business Solutions.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
IBM Office Connect 3.0 James Edmiston Consultant Quest Information Systems, Inc Mike Terrell IT Specialist IBM Data.
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Integrating and Extending Workflow 8 AA301 Carl Sykes Ed Heaney.
Ontolica Fusion 4.0 The easy Automation Tool for SharePoint Steen Jakobsen Fusion Principal Architect
Easy ETL with Andrzej Kukuła – Marcin Szeliga –
Microsoft BI Online Training AcuteSoft: India: , Land Line: +91 (0) USA: , UK.
Advanced BIML topics Be a W.I.S.E. A.S.S. Me ! Self-employed BI consultant Author Trainer MCT
Moving Data from Oracle to SQL with Biml
Web Database Programming Using PHP
An Introduction to the magical world of BIML!
SharePoint 2007 Business Intelligence
DBMS Programs MS SQL Server & MySQL
Building Enterprise Applications Using Visual Studio®
With Temporal Tables and More
SSIS Templates, Configurations & Variables
Managing, Storing, and Executing DTS Packages
BIML: Step by Step Julie Smith.
Presented By: Jessica M. Moss
What Is The SSIS Catalog and Why Do I Care?
Mapping for the interwebs
Welcome to WideWorld Importers
Developing GIS WebParts in SharePoint
Module III: Business Analytics
Web Database Programming Using PHP
How to move a ton of data from the mainframe to the cloud with BIML
Report Builder as Self Service BI Solution
Efficiently Searching Schema in SQL Server
Andrzej Kukuła Easy ETL with and SSIS.
Deploying and Configuring SSIS Packages
Microsoft Office Illustrated
Where I am at: Swagatika Sarangi MDM Lead PASS Summit SQL Saturdays
Add intelligence to Dynamics AX with Cortana Intelligence suite
Introducing New Team-based Data Integration with SSIS
Using Biml to Automate the Generation of SSIS Packages
Populating a Data Warehouse
Populating a Data Warehouse
Simon Kingaby #SimonKingaby
Web Development Using ASP .NET
BRK2279 Real-World Data Movement and Orchestration Patterns using Azure Data Factory Jason Horner, Attunix Cathrine Wilhelmsen, Inmeta -
Populating a Data Warehouse
Populating a Data Warehouse
Orchestration and data movement with Azure Data Factory v2
Populating a Data Warehouse
Web DB Programming: PHP
ETL Automation using Biml
Power BI with Analysis Services
Using Biml to Automate the Generation of SSIS Packages
Visual Studio + SQL Server Is Better
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
SharePoint 2007 Developer Overview Collaboration BI Features
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
SSIS Data Integration Data Warehouse Acceleration
Optimizing the ETL Development process using BIML
Visual Data Flows – Azure Data Factory v2
SDMX IT Tools SDMX Registry
Visual Data Flows – Azure Data Factory v2
Presentation transcript:

Populating a Data Warehouse Data Warehouse Acceleration Fact and Dimension Table Patterns Jim Miller – President, BI Tracks Consulting SQL Saturday – Houston, TX June 23, 2018

What is Biml? XML Schema used to define SSIS, and other Microsoft ‘BI Stack’ components Use with BimlExpress to auto-generate SSIS Projects and Packages in Visual Studio (SSDT) Who has used Biml? Who is developing a Data Warehouse?

Why Use Biml to Build SSIS Packages? Code Reuse , Code Reuse , Code Reuse Microsoft’s Project Vulcan was designed to bring Code Reusability to the MSBI Stack Resource Repository Defined Outside of SSIS Projects Connections, Parameters, Packages Standardization of SSIS Project/Package Development Framework Extensions, Package Design Styles Accelerated Change Management SSIS Package ‘diffs’ are simple text file comparisons All made possible by dealing with just XML code. All XML code is generated by encapsulated SELECT statements.

Demo 1 – Generating SSIS Packages in Visual Studio using BimlExpress BimlExpress will generate ‘pure biml tags’, or biml script (embedded C# code nuggets). Who does not want to create higher quality work in less time?

Biml is just XML, so it’s free Biml is just XML, so it’s free. BimlSnap Online, which creates Biml is free. BimlExpress which converts Biml into SSIS packages is a free VS add-in and it’s also free.

Biml and Biml Script Examples

Demo 2 – Select for XML Everything we do in BimlSnap to generate Biml is based on the “Select… for XML” technique.

BimlSnap Online and Desktop Use SQL Server Procedures, and Tables to generate Pure Biml code Includes a repository of re-usable ELT Patterns Common Data Warehouse patterns are currently available Integrated into an extensible ‘ELT Framework’ Visual Studio Designer is only used for ‘Unit testing’, not for GUI style development. This is the key paradigm shift from traditional SSIS Project/Package development. Results in more, smaller, modular packages – better engineering principle. Automatically handles the ‘run all’, and parallel grouping by assigning a sequence number.

BimlSnap Online - Components Website: https://bimlsnap.bitracks.net:2525/ SQL Server Data Tools (SSDT) with BimlExpress Add-in from Varigence SSIS Run-time Framework (Optional) Snap_Mart Metadata Solution (Optional) Download: http://www.bimlsnap.com/downloads/ Back-end SQL Server Database Front-end Client Optional SSIS Project to update Metadata Database Fastest way to ‘play’ with BimlSnap

BimlSnap Desktop - Components BimlSnap Desktop – Back-End DB, and Front-End App SQL Server Data Tools (SSDT) with BimlExpress Add-in from Varigence SSIS Run-time Framework (Optional) Snap_Mart v2 Metadata Solution (Optional) Download: http://www.bimlsnap.com/bimlsnap-desktop- download/ Back-end Databases Front-end Clients Optional SSIS Project to update Metadata Database

Feature Matrix: http://www.bimlsnap.com/product-feature-matrix/ Changes typically begin with a change to the database schema (metadata) Metadata changes are then captured, providing new tables/columns in front-end programs Code Generators (e.g., MERGE statement) are updated using new metadata (placed in new Biml files) SSIS Packages are re-generated with new Biml

BimlSnap - Metadata Management (v2) Stand alone application Has its own Data Mart using Type 1 and Type 2 Dimensions Uses a free Back-end Database: Front-end Client Extends Information Schema Views Includes Optional SSIS Project to Refresh Metadata

Demo 3 – Metadata Management Back end database SSIS Project to populate Front-end program to customize SSIS Project to ‘synchronize’ Sync

BimlSnap Workflow with Metadata Snap_Mart Metadata Upload Metadata Populate Changes typically begin with a change to the database schema (metadata) Metadata changes are then captured, providing new tables/columns in front-end programs Code Generators (e.g., MERGE statement) are updated using new metadata (placed in new Biml files) SSIS Packages are re-generated with new Biml Data Warehouse Biml Populate Changes

BimlSnap Online – Getting Started w/Metadata Steps Download SSIS Metadata and Framework Products: www.bimlsnap.com Run SQL Database Scripts (snap_mart, and optionally the ‘SSIS_Data’ run-time framework database) Configure and Run SSIS Project: “snap_mart Refresh” Use Metadata Front-end (SnapMart v1.2.exe) to designate databases for Metadata extracts Re-run SSIS Project: “snap_mart Refresh” Update Dimension Column Types for: Business Keys (bk) ‘Type 2’ (historical) attributes Export from local client and Import into www.bimlsnap.com

BimlSnap Desktop – Getting Started w/Metadata Steps Download Databases and Front-end products: http://www.bimlsnap.com/bimlsnap-desktop-download/ Run SQL Database Scripts (bimlsnap_v2, bimlsnap_mart_v2, SSIS_Data) Configure and Run SSIS Project: “snap_mart v2 Refresh” Use Metadata Front-end (SnapMart v2.exe) to designate databases for Metadata extracts Re-run SSIS Project: “snap_mart v2 Refresh” Update Dimension Column Types for: Business Keys (bk) ‘Type 2’ (t1) attributes if needed Configure and Build packages in the “Bimlsnap Desktop” application Only item we charge for is the “BimlSnap Desktop” Front-end, which is technically optional, but does make the product easier to use. Even this can be free if you occasionally tweet/blog on BimlSnap. Just email the link for your social media post to info@bitracks.com, and we’ll extend your subscription.

BimlSnap – Runtime Framework Uses a free Back-end Database: Extends Functionality of the SSIS Catalog Database (SSISDB) Integrates with BimlSnap Generated Packages to Provide: Project restart ability Project/Package row counts Project/Package runtimes Email alerts Package error logging

Demo 4 – Power BI Dashboard Power BI Project available upon request. Email info@bitracks.com

BimlSnap Project Configuration Select a Template Email Alerts Project Re-runability Row Counts Select a Package Protection Level Encrypt Sensitive With User Key Do Not Save Sensitive

BimlSnap Package Configuration DataFlow Pattern Package Qualifier Source Connection Source Query Destination Connection Destination Table Truncate Option Identity Insert Options

SSIS/Biml Project Build Project Integration Connections Pattern Definition Package XML Project XML SP VS Package Configuration SP Package Template Parameters Framework Integration

Code Generators Code Generators Merge Statements Table Partitioning

Demo 5 – Code Generators Merge Statements Partitioning Statements BTW, all SQL code needed to generate SSIS packages is in the database.

Demo 6 – Select for HTML Documents all projects, packages in an conveniently linked HTML file

Links Blog: Accelerated ELT using BI Markup Language (Biml) Project Vulcan: https://vulcan.codeplex.com/ Varigence: https://www.varigence.com/ Biml Express (VS Add-in): https://www.varigence.com/BimlExpress www.bimlsnap.com www.bitracks.com BimlSnap Online Video: https://youtu.be/PKQ3r0w_EO8 For a copy of this presentation, please email us at: info@bitracks.com