C:\Users\> whoami Known on Twitter t An affair with SQL Server for nearly a decade Was part of SQL Escalation Services and Premier Field.

Slides:



Advertisements
Similar presentations
PASS Summit 2013 My Experiences. Who is PASS? Professional Association for SQL Server Co-founded by CA & Microsoft in 1999 Independent not-for-profit.
Advertisements

Balmukund Lakhani Technical Lead – SQL Support Team
The Essentials: DMV’s and T-SQL for the DBA Rocky Mountain Tech Tri-Fecta.
Some Introductory Programming 1. Structured Query Language - used for queries. - a standard database product. 2. Visual Basic for Applications - use of.
Ondrej Stastny Premier Field Engineer Microsoft CR.
Graeme Scott – Technology Solution Professional Reduce Infrastructure Costs & Increase Productivity with SQL Server 2008.
How to Tell Your Manager You Need Quotas on Your Mailboxes Bhargav Shukla Sr. Premier Field Engineer Microsoft Corporation EXL203.
SQL Azure Administration and Application Self-Servicing Michal Lesiczka Program Manager Microsoft Corporation Vinod Jagannathan Program Manager Microsoft.
Dedicated Windows 2003 Servers Dedicated Windows 2003 Servers Application Server Application Server Database Server Database Server Web Server Web Server.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Module 11 : Backup and Restore Jong S. Bok
Connect Learn Share Performance Optimization for Microsoft Dynamics CRM Presented by: Walter Grow Austin Jones.
Virtual techdays INDIA │ November 2010 PowerPivot for Excel 2010 and SharePoint 2010 Joy Rathnayake │ MVP.
Intro to SQL Server Performance Tuning By Robert Biddle.
Using SAS® Information Map Studio
Performance Dash A free tool from Microsoft that provides some quick real time information about the status of your SQL Servers.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Amit Bansal CTO | Peopleware India (unit of eDominer Systems) | |
IN-MEMORY OLTP By Manohar Punna SQL Server Geeks – Regional Mentor, Hyderabad Blogger, Speaker.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Troubleshooting SQL Server Performance: Tips &Tools Amit Khandelwal.
The X-Factor of the Extended Events Amit Khandelwal.
Central Management Server Managing Your SQL Server Environment 1.
Azure SQL DW – Elastic Data Analytics in the cloud Josh Sivey | Microsoft TSP #492 | Phoenix.
Licensing SQL Server on a Virtual Platform Robert L Davis
Dave LinkedIn
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
PASS BA Virtual Chapter Presents: “How to Calculate ROI of Analytics” July 23,
C:\Users\> t An affair with SQL Server for nearly a decade Was part of SQL Escalation Services and Premier Field Engineering team.
SQL Advanced Monitoring Using DMV, Extended Events and Service Broker Javier Villegas – DBA | MCP | MCTS.
High Performance Functions SQLBits VI. Going backwards is faster than going forwards.
Using Correlated Tracing to Diagnose Query Level Performance What’s slowing down my app? Jerome Halmans Senior Software Development Engineer Microsoft.
No more waiting. Sponsors About me  Database Technology Specialist  MVP  Blogger  Author 3
Session Name Pelin ATICI SQL Premier Field Engineer.
PASS BA Virtual Chapter Presents: “ POWER BI, MISSION POSSIBLE! ” Aug 26,
Taking Analysis Services Tabular to Enterprise Levels Stacia Varga Data Inspirations
C:\Users\> t Work as a Senior Program Manager for the SQL Server Product Group (Tiger team) An affair with SQL Server for nearly a.
Securing SQL Server Processes with Certificates
Amazon Web Services RDS with SQL Server
Let’s Build a Tabular Model in Azure
Amazon Web Services RDS with SQL Server
Web Application Security
Amit Banerjee Sr. Program Manager Microsoft Database Systems
SQL Server Monitoring Overview
SQL Server Debugging Made Easy using Extended Events
Amazon Web Services RDS with SQL Server
How to Lose Your Job in 3 Easy Steps
Dynamics AX Performance
Amit Banerjee Sr. Program Manager Microsoft Data Platform Group
Wellington, SQLSaturday#706
SQL Server 2016 Query Data Store
Amazon Web Services RDS with SQL Server
Securing SQL Server Processes with Certificates
SQL Server Performance Tuning Nowadays
Become the Data Platform Engineer of Tomorrow
SQL Server High Availability
Query Profiling Options in SQL Server
Evolution not Revolution
Denis Reznik SQL Server 2017 Hidden Gems.
Amazon Web Services RDS with SQL Server
Using wait stats to determine why my server is slow
Azure SQL Database Lessons Learned From the Trenches Best practices, Tips and Tricks on monitoring and improving performance. Fernando Cobo.
Managing the mystery database
Exploring the latest T-SQL enhancements
Exploring the latest T-SQL enhancements
The Ins and Outs of Indexes
Managing the mystery database
Making Row Level Security and Dynamic Data Masking work for you.
Denis Reznik SQL Server 2017 Hidden Gems.
The DBA Quit and now you’re it:
Presentation transcript:

C:\Users\> whoami Known on Twitter t An affair with SQL Server for nearly a decade Was part of SQL Escalation Services and Premier Field Engineering team at Microsoft Now a Sr. Program Manager on the Microsoft SQL Server (TIGER) product team focusing on HADR and Replication Speaker at SQL PASS 24HOP TechEd Virtual TechDays User Groups SQL Saturdays Dabble around with supportability tools and have contributed to SQL Backup Simulator SQLDIAG/PSSDIAG Manager and SQL Nexus Co-authored “Professional SQL Server 2012: Internals and Troubleshooting” Own TroubleshootingSQL.com Also found on

SQL Server Tiger Team Extended Events in SQL Server 2012 Service Pack 3 and higher which makes working with your database easier!

SQL Server Tiger Team DBA INVESTIGATION: WILL TAKE TIME

SQL Server Tiger Team DBA INVESTIGATION: WILL TAKE TIME

SQL Server Tiger Team DBA INVESTIGATION: DO NOT CROSS ColumnDescription Sql_handleHash map of the SQL text of the request. Is nullable. Plan_handleHash map of the plan for SQL execution. Is nullable. Query_hashBinary hash value calculated on the query and used to identify queries that have similar logic. You can use the query hash to determine the aggregate resource usage for queries that differ only by literal values. Query_plan_hashBinary hash value calculated on the query execution plan and used to identify similar query execution plans. You can use the query plan hash to find the cumulative cost of queries that have similar execution plans. Ideal_memory_kbIdeal memory grant size in KB. Granted_memory_kbGranted memory in KB. Used_memory_kbUsed memory in KB. Usage_percentUsed/granted memory for easy filtering. DopDegree of parallelism. Granted_percentGranted/ideal memory for easy filtering.

SQL Server Tiger Team DBA INVESTIGATION: DO NOT CROSS

SQL Server Tiger Team DBA INVESTIGATION: WILL TAKE TIME

SQL Server Tiger Team

Blog: Aka.ms/sqlserverteam Facebook: