Dynamics Tech Conference 2015 PART 1. Dynamics R3 CU8 Retail warehouse Built-in modules for warehouse efficiency License plating.

Slides:



Advertisements
Similar presentations
Module 13: Performance Tuning. Overview Performance tuning methodologies Instance level Database level Application level Overview of tools and techniques.
Advertisements

Microsoft Dynamics AX Technical Conference 2013
System Center 2012 R2 Overview
Power BI Sites and Mobile BI. What You Will Learn Sharing and Collaboration Introducing Power BI Exploring Power BI Features and Services Partner Opportunities.
Visual Studio 2013 Licensing Overview Offerings, Pricing, Licensing, and Promotions Rachel Pekin Microsoft.
A Fast Growing Market. Interesting New Players Lyzasoft.
Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
@SatishThomas Group Program Manager Business Solutions Platform.
IT Administrator Lifecycle Lifecycle Services Dashboard & CustomerSource Roles Developer Business Analyst Information Tools/Service s Project.
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Yes, yes it does! 1.Guest Clustering is supported with SQL Server when running a guest operating system of Windows Server 2008 SP2 or newer.
Creating a SharePoint App with Microsoft Access Services
Chapter 9 Overview  Reasons to monitor SQL Server  Performance Monitoring and Tuning  Tools for Monitoring SQL Server  Common Monitoring and Tuning.
Passage Three Introduction to Microsoft SQL Server 2000.
E-Commerce developer experience
Yabin Liu Senior Program Manager IT Pro Experience.
Sitefinity Performance and Architecture
Dynamics AX Technical Overview Application Architecture Dynamics AX Technical Overview.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Convergence /20/2017 © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
STEALTH Content Store for SharePoint using Windows Azure  Boosting your SharePoint to the MAX! "Optimizing your Business behind the scenes"
Cross Platform Mobile Backend with Mobile Services James
OM. Brad Gall Senior Consultant
Data Center Infrastructure
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Microsoft’s Vision for IT as a Service The Server to Virtualized Datacenter to Private & Public Cloud Continuum David Greschler, Director, Microsoft Kondwani.
GBA IT Project Management Final Project – “ FoodMart Corp - Making use of Business Intelligence” July 12, 2004 N.Khuda.
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Your First Azure Application Michael Stiefel Reliable Software, Inc.
Objectives In this lesson, you will learn to: *Identify the need for ADO.NET *Identify the features of ADO.NET *Identify the components of the ADO.NET.
By Shanna Epstein IS 257 September 16, Cnet.com Provides information, tools, and advice to help customers decide what to buy and how to get the.
How to Build Scalable & Secure Database Applications Noel Jerke & Erin Welker Scalability Experts.
OM. Brad Gall Senior Consultant
IBM Bluemix Ecosystem Development Hands on Workshop Section 1 - Overview.
Intro to Datazen.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Data-Centric Security and User Access Controls for Hadoop on Microsoft Azure MICROSOFT AZURE APP BUILDER PROFILE: BLUETALON BlueTalon provides data-centric.
Database Systems, 8 th Edition SQL Performance Tuning Evaluated from client perspective –Most current relational DBMSs perform automatic query optimization.
T OOLS FOR I MPLEMENTATION S UCCESS. Agenda Overview of Stoneridge Software Secrets to Implementation Success Lifecycle Services SharePoint Repository.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Copyright Sammamish Software Services All rights reserved. 1 Prog 140  SQL Server Performance Monitoring and Tuning.
Andy Roberts Data Architect
Terry Roe Technical Specialist. About your Presenter 3 yrs with Microsoft 20 yrs in Enterprise Software 12 in Finance, Operations and Marketing in Industrial.
Jeff Einig, CPA Microsoft Corporation Technical Solutions Professional.
IBM Software Group © 2008 IBM Corporation Tivoli Provisioning Manager Beta Program Web Replay Intro and Lab September, 2008 Robert Uthe.
Exploreengage elevateexploreengage elevate AXUG Colorado Chapter Meeting May 19, 2016 Presented by Michael Oakes & Tom Kim AXMentor, Inc. Performance Optimization.
Performance Optimization in Dynamics AX Chris Haley, Microsoft.
Lifecycle Services Lifecycle Services Jens Seiger Kristiansen, Western Computer.
Session Name Pelin ATICI SQL Premier Field Engineer.
11 Copyright © 2009, Oracle. All rights reserved. Enhancing ETL Performance.
InGenius Connector Enterprise Microsoft Dynamics CRM
What’s new in SQL Server 2017 for BI?
System Center Marketing
Maximize the performance and scale of Microsoft Dynamics AX
VIDIZMO Deployment Options
Introduction of Week 3 Assignment Discussion
Azure Infrastructure as a Service
Determine your role in a managed service
Ed oms team OMS: Log Analytics Ed oms team.
Task recorder in Dynamics AX
Azure's Performance, Scalability, SQL Servers Automate Real Time Data Transfer at Low Cost MINI-CASE STUDY “Azure offers high performance, scalable, and.
NAV In The Cloud: Exploring Options for a Cloud-based Deployment
Cloud computing mechanisms
Power BI with Analysis Services
Office 365 Development July 2014.
Productive + Hybrid + Intelligent + Trusted
Microsoft Azure Services Platform
Presentation transcript:

Dynamics Tech Conference 2015 PART 1

Dynamics R3 CU8 Retail warehouse Built-in modules for warehouse efficiency License plating

Dynamics R3 CU8 Retail warehouse Inefficient picking cost are huge

Dynamics R3 CU8 Retail warehouse Cluster and Batch picking

Dynamics R3 CU8 Retail warehouse PRE-PACKING

DYNAMICS AX ROAD MAP (projection) AX 7 drops AX 7 minor release FALL 2015 SPRING 2016 FALL 2016

SRI and friends showing the AX 7 “LOOK”

Dynamics Tech Conference 2015 PART 2

Topics Dynamics for Retail AX Performance tuning/Best Practices Azure/Lifecycle Services

Dynamics for Retail overview Focus on delivering immersive customer interactions Omni-channel retail and commerce: Store POS, eCommerce (web storefront and marketplaces), Search, Social and Mobile commerce

Preview of storefront/POS look

AX performance tips – User Interface CPU clock speed matters (not just for servers!) 1.9Ghz opens Order form in 8 seconds 3.3Ghz took 2.5 seconds Display methods on grid controls slows UI response considerably Avoid using them if possible, otherwise at least cache them (cacheAddMethod on Init) Limit “expensive” queries on forms Don’t write business logic on UI elements Minimize # of controls on a form Use passive or inner/outer joins on form datasources

AX performance tips – Coding/Database Use set-based operations Record by record VS a single SQL statement for all rows Keep Database logging to a absolute minimum When this is on, set-based operations downgraded to row-based Overhead Fill in CacheLookup property on tables Do not have user interaction on server-side methods Ex. Insert/Update/Delete Limit new field creations on existing tables Avoid cross-tier code (mixing client/server-side calls)

AX performance tips – Coding/Database Avoid continuous number sequences Use field lists in queries when you don’t need ALL fields Nested while selects can be replaced with joins Indexes Always define cluster index and primary key Do not use columns that are subject to updates Consider the size of the cluster index key

AX Performance Tools/Blogs Tools Dynamics Performance Analyzer (DynPerf) Lifecycle Services – System Diagnostics SQL Server Profiler Blogs AX Performance Team - X++ Issues -

Azure IaaS and Lifecycle Services MS is committed to Azure cloud services as they move forward. Cloud services experiencing 5X faster growth than that of the whole IT industry Projected worldwide public IT cloud services revenue in 2017: $108B $47.4B in 2013 In respect to Dyanmics AX IaaS, they offer two hosting models: (see right)

Azure IaaS Considerations Windows Azure Subscription Base Subscription is limited to 20 cores. XL VM is 8 cores (two demo systems max) VPN Connectivity Setup Windows Azure VPN requires knowledge of corporate network Licenses Software Assurance for Volume Licensing required Data center Select closest Regional datacenter Data Import Large datasets will take time to copy over VPN. May want to use Azure Import/Export services Application Configuration You will still need to setup and configure the AX Application to fit your needs Cost controls Pause and stop resources not in use Corporate Domain AX in Azure will have a separate management domain that needs to trust your corporate domain

Lifecycle Services LCS is the specific part of Azure that is used to manage your AX cloud infrastructure. Beyond managing AX deployments, it also provides very useful tools such as: Customization Analysis Tool – Issue Search System Diagnostics – Upgrade Analysis – AX 4.0+ Most of these tools can be utilized by on-prem infrastructures as well as cloud Blogs Azure team - LCS Engineering team -