Basic Execution Plans Eugene

Slides:



Advertisements
Similar presentations
Network Systems Sales LLC
Advertisements

Create your first Access 2013 database j then press F5 or click Slide Show > From Beginning to start the course. In the message bar, click Enable Editing,
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
PASS Summit 2013 My Experiences. Who is PASS? Professional Association for SQL Server Co-founded by CA & Microsoft in 1999 Independent not-for-profit.
Where USERS Make the Difference! Peer to Peer | Greater Scale | More Voices | Faster Dynamics NAV 2013 Preview Tom Taylor Partner Technology.
(095) Software for trading companies Business Manager.
Computer Degrees, Certifications, and Careers Wytheville Community College IST Instructors Keith Costello Marc Nester.
BIM and Construction Specifications for the 21 st Century.
Eugene Meidinger Execution Plans
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
Sitefinity Performance and Architecture
Top SharePoint 2013 Misconfigurations Serge Tremblay.
Reza Alirezaei, MOSS MVP/MCTS
Checkpoint Technologies Corporate Overview Faraz Syed VP of Technical Sales Office:
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
A system proposal for Gross, Mendelsohn, and Associates – Technology Solutions Group.
Intro to SQL Server Performance Tuning By Robert Biddle.
GO TO MARKETS DEVICES SERVICES CONSUMER & CHANNELS GROUP.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
ApplicationXtender Quickly capture, organize, and deliver fixed-content images, documents, reports, and other business-critical information.
ESTABLISHING A MANUFACTURING ENTERPRISE Can you create and run a manufacturing enterprise?
ORCALE CORPORATION:-Company profile Oracle Corporation was founded in the year 1977 and is the world’s largest s/w company and the leading supplier for.
Oracle Engineering & Construction Solution Created Specifically to Address Your Challenges Operational Challenges … … … … … Oracle’s Solution Streamline.
1 I.U. Professional Opportunities Orientation Program Kristin Gaines Manager, Global Financial Support & Services.
October 15-18, 2013 Charlotte, NC Being the DBA of the Future A World of On-Premises and Cloud Dandy Weyn, Snr. Technical Marketing Product Manager Microsoft.
SQL Reporting Services Troubleshooting Tips Greg Celentano SQL Saturday Providence.
Sundar Rajan, PMP.  Introductions  Transitioning to Project Server 2010  Business Intelligence and Reporting ◦ Crawl, Walk, Run  Demos  Next Steps.
Eugene Meidinger Execution Plans
Eugene Meidinger PowerBI: Start to
A highway through the mountains of data with the SQL Server Tabular Model This presentation is a walk through in-memory database and reporting features.
Azure Data Catalog and Power BI. Agenda Azure Data Catalog Overview 1 Publish a data set 2 Metadata 3 Extract and view 4 Q&A 5.
Execution Plans Detail From Zero to Hero İsmail Adar.
Louisville SQL Server Users Group March Welcome! Thanks for Joining Us! Join our chapter (officially) via the PASS Website:
Splits, Merges and Purges THE HOW TO OF TABLE PARTITIONING.
Configuring SQL Server for a successful SharePoint Server Deployment Haaron Gonzalez Solution Architect & Consultant Microsoft MVP SharePoint Server
Core Database Systems. Do you perform any of these for your clients?  Application development  Portal development  Content Management  Project Management.
Accounting Guru Cloud ERP (Enterprise Resource Planning) ERP Software https:
Oracle Exalytics Business Intelligence Machine Eshaanan Gounden – Core Technology Team.
Eugene Meidinger Power BI: Start to
Directions EMEA Community for Dynamics NAV partners.
Power BI: Getting Started and Keeping Up
What Is Enterprise Computing?
We Optimize. You Capitalize Software Development Services
Power BI Internals Eugene
Discovering Computers 2010: Living in a Digital World Chapter 14
What’s new in SQL Server 2017 for BI?
BRK3288-Discover data-driven apps that learn and adapt
Antonio Abalos Castillo
8/6/2018 9:32 PM How Microsoft does IT: How our IT experts are transforming to build modern skills in a cloud world Jim Adams Business Program Manager.
Create and publish reports with Power BI for desktop
We Built VDI 1.0 Ashish input on this slide Amitabh Sinha CEO
SYSTEMART, LLC We Optimize. You Capitalize Software Application Development
Introduction to Execution Plans
The Key to the Database Engine
Get Enterprise-Grade Call Handling and Control for Microsoft Office 365 and Skype for Business with the Bridge Boss-Admin Executive Console OFFICE 365.
How to Perform A Health Check By Edward Roepe Perimeter DBA, LLC
Welcome to SQL Saturday Denmark
Top supermarket chain gains insight and boosts profitability with Microsoft Power BI A multibillion-dollar retailer with 230 supercenters in six states,
SQL Server Management Studio Tips and Tricks
Power BI Part 1: A Business User’s Perspective
Power BI Part 2: Internals
Execution plans Eugene
Introduction to Execution Plans
Power BI: Start to Finish
Dell EMC SQL Server Solutions Doug Bernhardt
SharePoint Server Assessment Results
Introduction to Execution Plans
SQL Starter Intro To Database Administration
Presentation transcript:

Basic Execution Plans Eugene

Thank you to our Sponsors!!!

All Lines Technology is a local woman owned solutions provider with corporate headquarters in Warrendale, PA, with offices in Cleveland, Columbus and Morgantown. Our parent company, Fire Fighter Sales & Service Co. has been in business since 1946, supplying fire suppression and life safety products and services to over 15,000 customers in the tri-state area. Customer service has been the cornerstone of our business for over 60 years. Strong company foundation and financial stability achieving year of year profitable revenue growth. Who is All Lines Technology?

Who is LANtek? Staffing – Named largest, local Staffing Firm in Western PA since 2011 Hardware Break / Fix Application Development SharePoint Services NOC / Help Desk Services Network/LAN/WAN Design &Delivery Datacenter Design &Architecture PC Deployment VDI and BYOD Solutions Cloud Services, including LANtek hosted &MS Office 365 & Azure

Who am I? Accidental DBA Graduated Penn State 2010 for IST First Job was in BI department at Bayer Head of small BI department at FF/ALT/Lantek Certified in Querying SQL Server 2012 Started speaking a year ago – Don’t go to the SQL Saturday after event! You’ll get drafted Not an expert, just know enough to speak

What are we going to talk about? What is an execution Plan How to view an execution plan What does a plan look like How to read one Demo Resources Q/A

What is an execution plan? Instructions for how to process a query – Can think of it as a recipe Created by query optimizer at run time Execution plans are cached after the first run Many different ways to process the same query – For trivial queries, a simple plan is used – Can be forced with hints – Don’t try to outsmart the database engine

How to view the execution plan? Go to Query – Click Include Actual Execution Plan Or, Press Ctrl + M Or click the Execution Plan Icon on the tool bar

What does a plan look like?

How to read an execution plan Read from right to left and top to bottom Icons represent operators – Operators have cost below them in % Arrows represent data flow – Bigger arrows represent more data Hover over icons and arrows for more detail

Demo

Resources Adventure Works Database Execution Plan Basics by Grant Fritchey Execution Plan Basics SQL Server Execution Plans, Second Edition by Grant Fritchey SQL Server Execution Plans, Second Edition Watch Brent Ozar Tune Queries by Brent Ozar Watch Brent Ozar Tune Queries

Questions? Thank you!