Real-time Performance Monitoring for SQL Server and Dynamics AX

Slides:



Advertisements
Similar presentations
Microsoft Dynamics® AX 2012
Advertisements

DynaTrace Platform.
1. Complete and integrated BI and Performance Management offering Complete and integrated BI and Performance Management offering Widespread delivery of.
Business Intelligence (BI) PerformancePoint in SharePoint 2010 Sayed Ali – SharePoint Administrator.
ONE STOP THE TOTAL SERVICE SOLUTION FOR REMOTE DEVICE MANAGMENT.
SQL Server Accelerator for Business Intelligence (SSABI)
What’s New for IT Pros in Microsoft Dynamics AX 2012 Joris de Gruyter – MVP, MCT Sikich, LLP.
OLAP Cubes and Pivot Tables Leveraging the Power of a Microsoft EPM Solution EPM Customization Series Part 1 February 21 st, 2007 Brendan Giles, PMP, MCP.
Automating Common DBA Tasks
CategoryCapability + Recommended Tool Analysis Self Service BI with Power View integration Ad-Hoc (e.g. user defined) views Interactive analysis.
REDMOND, Wash., and WALLDORF, Germany – May 19 th, 2014: Steve Lucas, President SAP Platform Solutions at SAP AG “We are proud of how we listened.
Module 13 Automating SQL Server 2008 R2 Management.
Convergence /20/2017 © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Module 18 Monitoring SQL Server 2008 R2. Module Overview Monitoring Activity Capturing and Managing Performance Data Analyzing Collected Performance Data.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
Bringing BI to SharePoint. DSP (Decision Support Panel)  DSP Portal Edition provides an easy-to-use framework that links information stored in data warehouses.
TechEd /22/2017 5:40 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
© 2008 Ocean Data Systems Ltd - Do not reproduce without permission - exakom.com creation Dream Report O CEAN D ATA S YSTEMS O CEAN D ATA S YSTEMS The.

+ Administering Microsoft SQL Server 2012 Databases Implementing a Data Warehouse with Microsoft SQL Server = Querying Microsoft SQL.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
Microsoft Business Intelligence Environment Overview.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
Learningcomputer.com SQL Server 2008 – Profiling and Monitoring Tools.
Overview of the SAS® Management Console
Advanced Reporting Concepts Philip Yuen Program Manager Microsoft Office Project.
Carey Probst Technical Director Technology Business Unit - OLAP Oracle Corporation.
LS Retail BI Information/requirements/deployment steps.
A Brief Documentation.  Provides basic information about connection, server, and client.
© 2008 IBM Corporation November 17, 2015 Informix Administration Overview John F. Miller III March 2008.
Microsoft Management Seminar Series SMS 2003 Change Management.
Building Dashboards SharePoint and Business Intelligence.
Presented by Vishy Grandhi.  Lesson 1: AX Overview  Lesson 2: Role based security  Lesson 3: Monitoring  Troubleshooting.
1 Copyright © 2009, Oracle. All rights reserved. I Course Introduction.
Module 6: Administering Reporting Services. Overview Server Administration Performance and Reliability Monitoring Database Administration Security Administration.
Metric Studio Cognos 8 BI. Objectives  In this module, we will examine:  Concepts and Overview  An Introduction to Metric Studio  Cognos 8 BI Integration.
Interaction classes Record context Custom lookups.
Module 5: Managing Content. Overview Publishing Content Executing Reports Creating Cached Instances Creating Snapshots and Report History Creating Subscriptions.
Introduction to the Power BI Platform Presented by Ted Pattison.
Sundar Rajan, PMP.  Introductions  Transitioning to Project Server 2010  Business Intelligence and Reporting ◦ Crawl, Walk, Run  Demos  Next Steps.
BI Reporting Tools Kalyn Kelly June 10, BI – Business Intelligence  A set of theories, methodologies, architectures, and technologies that transform.
SQL Advanced Monitoring Using DMV, Extended Events and Service Broker Javier Villegas – DBA | MCP | MCTS.
Automating Power BI Creations Angel Abundez VP Business Intelligence, DesignMind.
Enables businesses achieve greater efficiency by sharing data and processes Shared application data across legal entities – Party, Location, Products,
17 Copyright © 2006, Oracle. All rights reserved. Information Publisher.
Introductions Trevor Gilchrist, CPA, CMA Technology Solution Professional Specialty: Microsoft Dynamics AX Technology Services.
Exploreengage elevateexploreengage elevate AXUG Colorado Chapter Meeting May 19, 2016 Presented by Michael Oakes & Tom Kim AXMentor, Inc. Performance Optimization.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Microsoft BI Online Training AcuteSoft: India: , Land Line: +91 (0) USA: , UK.
John Lloyd, Edgewater Fullscope
1 #AXUGFocus. Shaun McMikle, RSM US THE UPGRADE PATH AND YOU - GOING FROM R3 TO THE NEW AX.
MANAGEMENT DATA WAREHOUSE AND DATA COLLECTOR Ian Lanham.
Extending and Creating Dynamics AX OLAP Cubes
SQL Database Management
Brandon George, Director of Business Intelligence
SSIS Templates, Configurations & Variables
Presented By: Jessica M. Moss
Solving the Mystery of BI
Convergence /6/2018 © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
LCS - The Tool to Ease Ramping up your employees in a repetitive way
Leveraging the Business Intelligence Features in SharePoint 2010
Using a Gateway to Leverage On-Premises Data in Power BI
Using a Gateway to Leverage On-Premises Data in Power BI
Download Latest Free MB6-705 Exam Dumps | Dumsp4Download
How to add value to EPM Reporting
DAT381 Team Development with SQL Server 2005
Building your First Cube with SSAS
Tracking Usage of Analysis Services with SharePoint
Dashboard in an Hour Using Power BI
Presentation transcript:

Real-time Performance Monitoring for SQL Server and Dynamics AX Nigel Murdoch, Edgewater/Fullscope

OVERVIEW OF SESSION OBJECTIVE APPROACH ANALYZE Provide visibility into Dynamics AX activity APPROACH Extract Dynamics AX-centric workloads ANALYZE Categorize results by source and purpose to identify hotspots

OBJECTIVE Provide visibility into Dynamics AX activity

IDENTIFY TYPES OF ACTIVITY USER SESSIONS Active Sessions by AOS Active Sessions by Originator (Server, User, etc.) Active Sessions by Client Type BATCH PROCESSING Workload by Time of Day Workload Distribution by AOS Workload by Job Execution Count and Duration SQL QUERIES Long running queries with table usage and stack trace Errors and Warnings about SQL exceptions

IDENTIFY SOURCE OF ACTIVITY – USER SESSIONS

IDENTIFY SOURCE OF ACTIVITY – BATCH HISTORY

IDENTIFY SOURCE OF ACTIVITY – SQL TRACE LOGS

COLLECT WORKLOAD Extract Dynamics AX-centric workloads

GETTING THINGS SETUP COLLECTION SESSION ID Create AX Admin Database Create SQL Agent Job to collect volatile session data SESSION ID Turn On Context HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dynamics Server\6.0\01\Original (installed configuration) connectioncontext = 1 Enable SQL Trace Logging for Dynamics Ax Users SQL Stored Procedure

AX ADMIN DATABASE CREATE TABLES CREATE SYNONYMS CREATE SQL VIEWS Active User Sessions Log Time Dimension with Hours CREATE SYNONYMS Used to simplify deployment Update with target environment CREATE SQL VIEWS Provide access to live data CREATE AGENT JOBS Schedule data collection

SOURCE DATA TABLES USER SESSIONS BATCH PROCESSING SQL TRACE LOGS SYSSERVERSESSIONS SYSCLIENTSESSIONS BATCH PROCESSING BATCHJOB BATCHJOBHISTORY SQL TRACE LOGS SYSTRACETABLESQL

ANALYZE Categorize results by source and purpose to identify hotspots

EXCEL DASHBOARD POWER QUERY POWER PIVOT PIVOT CHARTS Connect Excel to the AX Admin Database POWER PIVOT Create Relationships between the data and the Time Dimension Create Hierarchies for analysis PIVOT CHARTS Develop Dashboard to visualize activity

EXCEL DASHBOARD

EXCEL DASHBOARD – POWER QUERY Connect Excel to the AX Admin Database

EXCEL DASHBOARD – POWER PIVOT Create Relationships and Hierarchies

EXCEL DASHBOARD – PIVOT CHARTS Create Visualizations and Dashboard Client Session Count by Time of Day Session Count by Client Type Batch Processing by Job Count Batch Processing by Job Duration Top Queries by Query Time

WHAT’S NEXT In upcoming BI sessions I will demonstrate how to turn this solution into a custom OLAP Cube and surface the output as an Admin Role Center using Power View Webparts Identify other Administrative Data to include on the Dashboard like AIF Exception Logs

Final reminders CPE Credit Code: 53C2 Complete Surveys

Speaker contact info Nigel Murdoch MCSE, MCSA, MCDBA, MCITP – Business Intelligence Edgewater/Fullscope LinkedIn: http://www.linkedin.com/in/nigelmurdoch Email: nigel.murdoch@fullscope.com FOCUS2016@Fullscope.com