Treasures for Microsoft Business Intelligence, Found on CodePlex

Slides:



Advertisements
Similar presentations
Windows 7 Training Microsoft Confidential. Windows ® 7 Compatibility Version Checking.
Advertisements

Session 1.
customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Eric Carter Development Manager Microsoft Corporation OFC324.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Alyson Powell Erwin Sr. Program Manager Microsoft BIN307.
Gavin Russell-Rockliff BI Technical Specialist Microsoft BIN202.
Sara Ford Program Manager Microsoft Corporation DPR301.
Patrick Ortiz Global SQL Solution Architect Dell Inc. BIN209.
Ben Robb MVP, SharePoint Server cScape Ltd OFC204.
Luke Hoban Senior Program Manager Microsoft Session Code: DTL319.
Ian Griffiths Principle Interact Software Ltd. Brian A. Randell Senior Consultant MCW Technologies DEV302.
Tech·Ed North America /6/2018 2:20 AM
Tech·Ed  North America /11/ :01 AM SESSION CODE: DEV405
6/12/ :53 PM DEV311 Deep Dive into Microsoft Visual Studio Team Foundation Server 2010 Reporting Steven Borg, Principal ALM Consultant Northwest.
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
2010 Microsoft BI Conference
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Jim Nakashima Program Manager – Cloud Tools Microsoft Corporation
6/26/2018 9:02 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Julie Strauss Senior Program Manager Microsoft
Microsoft Ajax Taking Ajax to the Next Level
9/11/2018 5:53 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
TechEd /13/2018 7:46 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Tech·Ed North America /14/2018 7:13 PM
Tech·Ed North America /15/2018 3:31 AM
Excel Services Deployment and Administration
Sysinternals Tutorials
Tech·Ed North America /19/ :44 PM
Deploying Windows Embedded with Style
Matt Masson Software Development Engineer Microsoft Corporation
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Jason Zander Unplugged
Business Intelligence Overview: Decisions, Decisions, Decisions
Brian Keller Sr. Technical Evangelist Microsoft Session Code: DEV310
12/5/2018 3:24 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Tech·Ed North America /5/2018 6:43 PM
Tech·Ed North America /7/2018 9:06 AM
Tech·Ed North America /7/2018 2:51 PM
Ben Robb MVP, SharePoint Server cScape Ltd Session Code: OFS207
Team Foundation Server 2010 for Everyone
12/27/ :01 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Authoring for Microsoft Silverlight 4 with Microsoft Expression Blend
Data Driven ASP.NET Web Forms Applications Deep Dive
Tech·Ed North America /2/2019 4:47 PM
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Tech·Ed North America /17/2019 1:47 AM
Tech·Ed North America /17/2019 6:01 PM
Brian Keller Sr. Technical Evangelist Microsoft Session Code: DEV310
TechEd /18/2019 2:43 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visual Studio 2010 SharePoint Development Tools Overview
Peter Provost Sr. Program Manager Microsoft Session Code: DEV312
2010 Microsoft BI Conference
Building Silverlight Apps with RIA Services
TechEd /28/2019 3:22 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Tech Ed North America /12/2019 6:45 AM Required Slide
TechEd /28/2019 7:58 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
2010 Microsoft BI Conference
Service Template Creation from the Ground Up
Tech·Ed North America /25/ :53 PM
Hack-proofing your Clients using Windows 7 Security!
Lap Around the Windows Azure Platform
Code First Development in Microsoft ADO.NET Entity Framework 4.1
Building BI applications using PowerPivot for Excel
7/5/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Tech·Ed North America /7/2019 2:30 PM
Presentation transcript:

Treasures for Microsoft Business Intelligence, Found on CodePlex Markus Raatz General Manager ixto GmbH Session Code: DAT309

Codeplex – What Is It? Microsoft goes Open Source Software-Projects from the community, including source code Supports several licensing types: Apache License 2.0, Common Development and Distribution License (CDDL), Eclipse Public License (EPL), GNU General Public License (GPL) v2, GNU Library General Public License (LGPL), Microsoft Public License (Ms-PL), Microsoft Reciprocal License (Ms-RL), Mozilla Public License 1.1 (MPL), New BSD License, The MIT License Also last home of internal Microsoft projects that have been canceled Source of the SQL Server samples

Treasure-Hunting on Codeplex I‘ll give you this! It‘s not like this… …it‘s more like this!

BIDS Helper BI Development Studio add-in Available for SQL 2005 and SQL 2008 Brings features of SQL 2008 to SQL 2005 Winner of the „SQL Heroes 2008“-contest on MSDN

BIDS Helper Analysis Services Display Attribute Relationships Dimension Health Check PrinterFriendly Dimension Usage Deploy MDX Script

BIDS Helper Reporting Services Unused Dataset Reports Derived from the .rdl-file Delete Dataset Cache Files Deletes all .rdl.data-files

BIDS Helper Integration Services Helps finding expressions and package configurations SSIS package deployment No Deployment Wizard, no manifest needed

Business Intelligence Development Studio Helper demo Business Intelligence Development Studio Helper Markus Raatz General Manager ixto GmbH

OLAP PivotTable Extensions Add-In for Excel 2007 Enables you to create your own MDX-calculations in the client when querying a cube Displays the MDX that Excel generated Searching and filtering in dimensions

OLAP PivotTable Extensions demo OLAP PivotTable Extensions Markus Raatz General Manager ixto GmbH

MDX Parameter Problem: Solution : You have to tune Reporting Services reports against Analysis services cubes You use SQL Server Profiler to capture the MDX statement Profiler displays MDX query parameters in a format that is not supported by Management Studio Solution : MDX Parameter substitutes the parameters Testing and debugging gets a lot easier!

DTLoggedExec Replaces the original command line tool DTExec for Integration Services packages Creates verbose logging output on the console or as a .csv file, highly configurable Includes performance database for reporting C:\DTLoggedExec /FILE:“C:\test1.dtsx“ /LogEvents: E,I,POE …

Sample Output LogProvider CSV

SSIS Slowly Changing Dimension component Improved version of the „Slowly Changing Dimension“ wizard in Integration Services Much faster for large dimensions (100x!) More flexible in case of package modifications

Keep Track of History …according to Ralph Kimball Type 1 Type 2 Type 3 One of the main reasons to create a data warehouse

Slowly Changing Dimensions Customer Source Table Key FName LName Married Cars 11003 Christy Zhu S 1 11004 Elizabeth Johnson 4 11013 Ian Jenkins M 3 Customer Source Table Key FName LName Married Cars 11003 Christy Smith M 1 11004 Elizabeth Johnson S 2 11013 John Jenkins 3 11100 Doe Customer Dimension Table Key FName LName Married Cars 11003 Christy Zhu S 1 11004 Elizabeth Johnson 4 11013 Ian Jenkins M 3 Kimball SCD 11100 John Doe M 2 11003 Christy Smith 1 New 11004 Elizabeth Johnson S 2 11013 John Jenkins M 3 Updated SCD1 11003 Christy Zhu S 1 Expired SCD2

Slowly Changing Dimensions Customer Source Table Key FName LName Married Cars 11003 Christy Smith M 1 11004 Elizabeth Johnson S 2 11013 John Jenkins 3 11100 Doe Customer Dimension Table Key FName LName Married Cars 11003 Christy Zhu S 1 11004 Elizabeth Johnson 4 11013 Ian Jenkins M 3 Kimball SCD Customer Dimension Table ID Key FName LName Married Cars Active 206 11003 Christy Zhu S 1 No 207 11004 Elizabeth Johnson 2 Yes 208 11013 John Jenkins M 3 815 11100 Doe 816 Smith

SSIS KimballSCD Component demo SSIS KimballSCD Component Markus Raatz General Manager ixto GmbH

RSParamLogCache Reporting Services Parameter Logging & Caching Tracks parameter values from report execution per user Saves parameter values in SQL server tables Sensitive user information is hashed Uses them as default values for subsequent executions of the report Provides execution statistics for caching

Reporting Services ParamLogCache demo Reporting Services ParamLogCache Markus Raatz General Manager ixto GmbH

…and there‘s a lot more… ReportServer Explorer StandardCDC 2-D Matrix Builder SSRSDeployer PCDimNaturalize

Conclusion Typical for Open Source: there‘s no support… Mostly developer tools that don‘t require support An hour spent on Codeplex can save many days of development time Join the community! Post something yourself!

question & answer

Resources Required Slide Speakers, www.microsoft.com/teched TechEd 2009 is not producing a DVD. Please announce that attendees can access session recordings at TechEd Online. Resources www.microsoft.com/teched Sessions On-Demand & Community www.microsoft.com/learning Microsoft Certification & Training Resources http://microsoft.com/technet Resources for IT Professionals http://microsoft.com/msdn Resources for Developers

Complete an evaluation on CommNet and enter to win an Xbox 360 Elite!

Required Slide © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.