Start Time (24h) | Speaker | Track | Title |
---|---|---|---|
08:00:00 | Mike Byrd | Application Database Development | Climbing the SQL Server B-Tree |
08:00:00 | Amit R S Bansal | Enterprise Database Administration Deployment | How to Troubleshoot a Slow Running Query in SQL Server |
08:00:00 | Paresh Motiwala | Enterprise Database Administration Deployment | How I Cut My Maintenance Window by 80% |
08:00:00 | Pedro Reis | Advanced Analysis Techniques | "DAX" the way to do it |
09:10:00 | Steve Peterson | Professional Development | Interviewing for a DBA job and how to Wow your new company. |
09:10:00 | Leslie Andrews | BI Platform Architecture, Development Administration | Building a Strong Foundation for Data Analysis |
09:10:00 | Tracy Boggiano | Enterprise Database Administration Deployment | SQL Server Configuration with dbatools and dbachecks |
09:10:00 | Janis Griffin | Application Database Development | A Deep Dive into Execution Plans How to Use Them! |
10:20:00 | Jim Miller | Application Database Development | Azure Data Studio – Way Cool for Azure and On-Prem SQL |
10:20:00 | George Walkey | Enterprise Database Administration Deployment | Tracking Logins with an Extended-Events-Driven Data Warehouse |
10:20:00 | Mark Runyon | Professional Development | The Countless Benefits of Mentoring |
10:20:00 | Michael McKinley | BI Platform Architecture, Development Administration | Basic Data Modeling for BI Reporting |
11:50:00 | Rob Richardson | Cloud Application Development Deployment | Database DevOps with Containers |
11:50:00 | David Patrick | BI Platform Architecture, Development Administration | Intro to Power BI |
11:50:00 | Corey Hambrick | Enterprise Database Administration Deployment | AWS vs. Azure: What's The Difference For A DBA? |
11:50:00 | Bob Pusateri | Enterprise Database Administration Deployment | Isolation Levels: Improving Performance Through Concurrency |
13:00:00 | Ramesh Satya | Application Database Development | Understanding NULLs in SQL Server |
13:00:00 | Sam Nasr | Application Database Development | 14 T-SQL Functions You May Not Know |
13:00:00 | Pamela Mooney | Enterprise Database Administration Deployment | Code Smells - How to Keep Your Code From Stinking! |
13:00:00 | TJay Belt | BI Information Delivery | Let's take PowerBI on an adventure |
14:10:00 | Julie Koesmarno | Enterprise Database Administration Deployment | Notebooks 101 for SQL People |
14:10:00 | Sunil Kadimdiwan | BI Platform Architecture, Development Administration | Power BI: Advanced development techniques |
14:10:00 | Edward Pollack | Application Database Development | All About Temporary Objects |
14:10:00 | Brian Hansen | Application Database Development | Remember Back When? Temporal Tables in SQL Server 2016 and 2017 |
15:20:00 | Matt Horton | BI Platform Architecture, Development Administration | SSAS 101 |
15:20:00 | Andy Yun | Application Database Development | Advanced Plan Explorer Usage for Tuning Execution Plans |
15:20:00 | Steve Jones | Application Database Development | A Tour of Azure DevOps |
15:20:00 | Scott Cameron | BI Platform Architecture, Development Administration | Data Warehousing Top 10 Tips |
16:30:00 | Armando Lacerda | BI Platform Architecture, Development Administration | Azure Synapse back to back |
16:30:00 | Harry Chandra | Enterprise Database Administration Deployment | Intro to PowerShell for the DBAs |
16:30:00 | Itshak David | Application Database Development | Query Store for SQL Server 2019 from zero to an hero lessons learned from the fields . |
16:30:00 | Jeff Iannucci | Enterprise Database Administration Deployment | It's Not Your Fault, It's the SQL Server Default |
Event Date: 29-08-2020 - Session time: 08:00:00 - Track: Application Database Development
• keep clustered index width small • unique indexes perform better • keep non-clustered index width small • compressed indexes have fewer logical reads • add one index for each column
But how do you know if this advice is good or bad? Did you know that there is a way to look under the hood at the actual index pages to see how the data is stored, and how it’s stored differently when data is compressed? Using this information, you can prove or disprove the WOM advice.
Attend this demo-heavy session to learn how the SQL Server optimizer uses indexes. It’s all about performance, and the right indexes will give your application a big performance advantage.
Event Date: 29-08-2020 - Session time: 08:00:00 - Track: Enterprise Database Administration Deployment
Event Date: 29-08-2020 - Session time: 08:00:00 - Track: Enterprise Database Administration Deployment
In addition to Microsoft's own Maintenance Plans and Ola Hallengren's awesome scripts, there are many tweaks available that can be exploited for our success; we will learn about those too. I will share with you my own experiments that I conducted over a period of one month. I will share supporting data, to show how I helped save several hours of downtime for my company. We'll also some of the best practices to help you cut down the maintenance window and give max up-time for your discerning customer.
Event Date: 29-08-2020 - Session time: 08:00:00 - Track: Advanced Analysis Techniques
No more hundreds of columns and weird aggregations in the database. With the Power of DAX, you can now achieve much more sophisticated and powerful calculations, while keeping it simple at its core. I'll show you real-world applications of DAX and lots of tips and tricks that you will be able to use quickly and with little effort!
Event Date: 29-08-2020 - Session time: 09:10:00 - Track: Professional Development
Event Date: 29-08-2020 - Session time: 09:10:00 - Track: BI Platform Architecture, Development Administration
Event Date: 29-08-2020 - Session time: 09:10:00 - Track: Enterprise Database Administration Deployment
In this session, we will look at how to configure your SQL Server Instances using PowerShell and the dbatools module. Then we will look at how to use dbachecks to confirm the configuration of our instances and how to check for changes in the future of the configuration.
Attendees will see how easy it is to use PowerShell via dbatools to configure their SQL Server instances. Attendees will see how easy it is to use PowerShell via dbachecks and PowerBI to see if their servers are configured properly. Attendees will be given a set of scripts that take back to use to configure and test the configuration of their SQL Server instances.
Event Date: 29-08-2020 - Session time: 09:10:00 - Track: Application Database Development
This presentation will show how to read and fine tune the query plan for better performance. We’ll quickly go over the different types of execution plans and when to use them. We’ll examine the different operators, their statistics and costs, then determine which steps to focus on tuning. Finally, several trouble shooting techniques will be shown so you can increase your tuning skills.
Event Date: 29-08-2020 - Session time: 10:20:00 - Track: Application Database Development
In this session, we will cover ‘ADS’ features and capabilities such as
Event Date: 29-08-2020 - Session time: 10:20:00 - Track: Enterprise Database Administration Deployment
This session touches on multiple advanced topics that you can use individually, but together, make for a powerful SQL Security Auditing Tool not found anywhere else.
Event Date: 29-08-2020 - Session time: 10:20:00 - Track: Professional Development
Event Date: 29-08-2020 - Session time: 10:20:00 - Track: BI Platform Architecture, Development Administration
In order to move to the next level of our journey along the BI learning curve, we need to understand how a tool like Power BI works. Only then will we understand why we design our data models the way we do.
In this session, we will review how tools like Power BI work under the covers and how that impacts the way we construct our data models. This is an introductory level course, so we will not get too technical, just enough to get us to the next level and moving back up that learning curve!
Event Date: 29-08-2020 - Session time: 11:50:00 - Track: Cloud Application Development Deployment
Event Date: 29-08-2020 - Session time: 11:50:00 - Track: BI Platform Architecture, Development Administration
Event Date: 29-08-2020 - Session time: 11:50:00 - Track: Enterprise Database Administration Deployment
Event Date: 29-08-2020 - Session time: 11:50:00 - Track: Enterprise Database Administration Deployment
Event Date: 29-08-2020 - Session time: 13:00:00 - Track: Application Database Development
Event Date: 29-08-2020 - Session time: 13:00:00 - Track: Application Database Development
Event Date: 29-08-2020 - Session time: 13:00:00 - Track: Enterprise Database Administration Deployment
Bad SQL coding practices are known in the SQL community as “code smells”. Sign up for this hour-long workshop where you will work with me through five common coding mistakes that can make performance stink. By the time we’re done, you’ll have a better idea of how to freshen up some problem queries.
Event Date: 29-08-2020 - Session time: 13:00:00 - Track: BI Information Delivery
Let's collect all this data and present it in a way to compare between years and activities. To relive the adventures and plan for more.
Event Date: 29-08-2020 - Session time: 14:10:00 - Track: Enterprise Database Administration Deployment
The lack of rigor in being able to reproduce analysis in business context or to reproduce data troubleshooting can lead to confusion and time wasted on work that had been previously done. With Notebooks, Data Professionals can share their techniques and data sources used for the data analysis or troubleshooting for code review and reproducible insights/troubleshooting.
Azure Data Studio Notebooks support SQL and KQL natively with intellisense; with easy to use charting capabilities. With Notebooks and Jupyter Book (collection of Notebooks) in Azure Data Studio, it’s also easy now for your team to build an onboarding guide (user manual) / documentation on data sources, useful sample scripts and tutorials.
Event Date: 29-08-2020 - Session time: 14:10:00 - Track: BI Platform Architecture, Development Administration
How about extending the available functionality? How to achieve consistent look and feel? These are important topics, as we get deeper into creating more than couple of views and PBIX files.
In this session, I will show you how you can use database queries, custom theme files, custom visuals, parameters and other techniques to make your development efforts easier and keep your users happier.
Event Date: 29-08-2020 - Session time: 14:10:00 - Track: Application Database Development
In this session, we will delve into temporary tables, table variables, and memory-optimized table variables, as well as memory-optimized TempDB metadata, discussing their differences, how they work, and the optimal scenarios for using each of them.
Event Date: 29-08-2020 - Session time: 14:10:00 - Track: Application Database Development
Event Date: 29-08-2020 - Session time: 15:20:00 - Track: BI Platform Architecture, Development Administration
Event Date: 29-08-2020 - Session time: 15:20:00 - Track: Application Database Development
Join me to learn how you can go beyond the basics. This demo-heavy (and marketing free) session will teach you advanced use of Plan Explorer by exploring practical T-SQL anti-patterns.
Event Date: 29-08-2020 - Session time: 15:20:00 - Track: Application Database Development
Event Date: 29-08-2020 - Session time: 15:20:00 - Track: BI Platform Architecture, Development Administration
Event Date: 29-08-2020 - Session time: 16:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 29-08-2020 - Session time: 16:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 29-08-2020 - Session time: 16:30:00 - Track: Application Database Development
You'll Learn • Best practices in implementing Query Store on production servers • Detect and correct regressions in query performance • Lower the risk of performance degradation following an upgrade • Use tools and techniques to get the most from Query Store • Automate regression correction and other uses of Query Store. This is a demo session only with minimum theory lessons from the fields !
Event Date: 29-08-2020 - Session time: 16:30:00 - Track: Enterprise Database Administration Deployment