Start Time (24h) | Speaker | Track | Title |
---|---|---|---|
08:30:00 | Bill Anton | BI Platform Architecture, Development Administration | What You Need To Know About Processing Tabular Models and Power BI Datasets |
08:30:00 | Prabhaker Potharaju | Enterprise Database Administration Deployment | SQL Server on Linux and containers |
08:30:00 | Lucas Feiock | Analytics and Visualization | Intro to SQL Spatial Data: Location Analytics |
08:30:00 | Anders Pedersen | Application Database Development | Why I use cursors in SQL for performance |
08:30:00 | John Morehouse | Enterprise Database Administration Deployment | What You'll Love in SQL Server 2019 |
08:30:00 | Leslie Andrews | Application Database Development | The Power of Data: The Complete Beginners Data Warehouse Kit |
09:30:00 | Shabnam Watson | Advanced Analysis Techniques | Aggregations in Power BI: How to unlock the power of big datasets |
09:30:00 | Johnathan Sluder | Application Database Development | The Key. The Whole Key. And Nothing but the Key! So help me Codd! |
09:30:00 | Simon Kingaby | Cloud Application Development Deployment | Moving Data to the Cloud (with Azure Data Factory) |
09:30:00 | Sandra Peele | Application Database Development | Working with Multiple DBMS Platforms: You're Not in Kansas Anymore |
09:30:00 | Michael Wharton | Professional Development | Deep dive into disk drives, partitions, controllers and hardware to improve SQL server performance. |
09:30:00 | Melissa Coates | BI Platform Architecture, Development Administration | Power BI Architecture End-to-End |
09:30:00 | Erika Haase Nalley | BI Information Delivery | PR for PR! Get the word out on Paginated Reports. |
10:30:00 | Peter Doyle | Application Database Development | Become a T-SQL Pivoting Ninja in 60 Minutes Or Less |
10:30:00 | Monica Rathbun | Enterprise Database Administration Deployment | Performance Tuning, Getting the Biggest Bang for Your Buck |
10:30:00 | Matt Gordon | Analytics and Visualization | Feelings Quantified: Scoring, Storing, and Exploring Social Media Sentiment |
10:30:00 | Ramu Pulipati | Application Database Development | Migrating to PostgreSQL |
10:30:00 | Hiram Fleitas | Cloud Application Development Deployment | The Power Platform Game Changer |
10:30:00 | Leveat Ruse | Professional Development | Tips for Creating Growing a Successful Professional Network |
10:30:00 | Adrian Mee | Application Database Development | SQL Server Management Studio - Beyond the basics |
11:30:00 | Julie Smith | Analytics and Visualization | Using Python In Power BI |
11:30:00 | Ed Watson | BI Platform Architecture, Development Administration | The Psychology of Better Power BI Reporting |
11:30:00 | Ganesh Lohani | Professional Development | Building your Microsoft Business Intelligence (MSBI) Career |
11:30:00 | Thomas Norman | Application Database Development | Encrypting Data within SQL Server |
11:30:00 | Justin Dearing | Application Database Development | Version control with GIT for the DBA |
11:30:00 | Stephen Muliokela | Enterprise Database Administration Deployment | Database Corruption |
11:30:00 | Andrew Pruski | Cloud Application Development Deployment | Azure SQL Containers |
12:30:00 | Ivan Peev | BI Platform Architecture, Development Administration | SQL Server REST Integration the Easy Way |
12:30:00 | Kevin Kline | Enterprise Database Administration Deployment | Fix Queries Fast with SentryOne Plan Explorer |
13:30:00 | oscar garcia | Application Database Development | Improve distributed system and web app performance by using in-memory cache system |
13:30:00 | Bhakthi Liyanage | Cloud Application Development Deployment | Building End-to-End ML Pipeline with Azure Machine Learning Services |
13:30:00 | Meagan Longoria | BI Platform Architecture, Development Administration | Creating Accessible Power BI Reports |
13:30:00 | Kevin Feasel | Enterprise Database Administration Deployment | Optimizing Backup Performance Using Data Science Techniques |
13:30:00 | Jared Poché | Advanced Analysis Techniques | Using DMVs for Performance Root Cause |
13:30:00 | Marc Bushong | Application Database Development | A Beginner's Guide to Using GIT |
13:30:00 | Anthony Mendoza | Application Database Development | Test Driven Development (TDD) for T-SQL Database Development |
14:30:00 | Solomon Rutzky | Strategy and Architecture | Module Signing: Use Certificates to Replace TRUSTWORTHY, EXECUTE AS, and Cross-DB Pwnership Chaining |
14:30:00 | Art Cardenas | Enterprise Database Administration Deployment | NoSQL vs. SQL, Real life database platform compare |
14:30:00 | Chris Skorlinski | Information Delivery | 911 What's your emergency? |
14:30:00 | Kevin Kline | Application Database Development | Intro to SQL Server Internals and Architecture |
14:30:00 | Andrew Kelly | Enterprise Database Administration Deployment | CCI - Implementation Lessons Learned |
14:30:00 | Tracy Boggiano | Other | More Common Than You Think: Mental Illness in Tech |
15:30:00 | Ashwini Jain | BI Platform Architecture, Development Administration | How to automate row level security in Power BI using DAX and SSAS |
15:30:00 | Chris Pollock | BI Platform Architecture, Development Administration | Dynamic Data Delivery Solution with Azure Data Factory |
15:30:00 | Slava Murygin | Enterprise Database Administration Deployment | SQL Server on your fingertips |
15:30:00 | Priscilla Camp | BI Information Delivery | How UCF IT uses Power BI to monitor our IT Services |
15:30:00 | Rob Volk | Application Database Development | That's So Metadata: Discover Your Database From The Inside |
15:30:00 | Donna Ellis Wilson | Professional Development | Failure needs to be an option. |
15:30:00 | Chris Voss | Application Database Development | A Moment in Time: About Temporal Tables |
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: BI Platform Architecture, Development Administration
Processing a tabular model can be a very resource-intensive workload and depending on your specific goals (e.g. speed, availability, etc) it may not always be feasible to process the entire model.
In this session, you'll learn what actually happens and in what order during model processing, the difference between the various processing types, performance considerations and most common resource bottlenecks. We'll also cover the most common processing patterns and the associated trade-offs.
Keywords: Analysis Services, SSAS, Power BI
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: Enterprise Database Administration Deployment
What’s next for SQL Server in containers, Container orchestration using Kubernetes and SQL Server HA on Kubernetes.
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: Analytics and Visualization
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: Application Database Development
In this session I will explore why I use cursors to solve certain problems. Discuss when they are appropriate, and when they are not, as well as a performance comparison to non-cursor based solutions.
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 08:30:00 - Track: Application Database Development
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: Advanced Analysis Techniques
BI. Combined with Direct Query storage mode, they allow big datasets to be analyzed efficiently by answering high level analytical queries quickly from memory while sending more detailed queries back to the source database. In this session, you will learn about the concept of aggregations, different table storage modes in Power BI, how to set up aggregation tables and configure them to improve query performance. You will also learn how to use DAX Studio to determine if the aggregations are being used. Prerequisite: Basic knowledge of data modeling in Power BI Desktop.
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: Application Database Development
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: Cloud Application Development Deployment
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: Application Database Development
This presentation is for anyone with a basic knowledge of SQL. It was co-produced with Stéphane Faroult, author of The Art of SQL, SQL Success and other technical books. The presentation uses techniques found in his latest book, Getting the Message Across: Using Slideware Effectively for Technical Presentations.
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: Professional Development
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 09:30:00 - Track: BI Information Delivery
We will cover: • How Report Builder differs/complements Power BI • Importing your Power BI dataset • Building a Paginated Report • Best Practices for Business Reports for max ROI
The Report Builder is to Power BI as the Lasagna Pasta Accessory is to the Kitchen Aid. It works with the same data set and transforms sections of your report into perfect sheets! (and did I mention there is no export row limit?!?!?)
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Application Database Development
Become a query writing ninja who uses the Pivot operator to move unique column values into multiple column names for better data insight. In this demo-heavy presentation, you will learn how to create pivot tables enhanced with multiple aggregate columns and column totals using Rollup and Cube operators, and the grouping function. Attendees will also learn to use the Unpivot Operator.
Come join me, and by the end of this session, you will have the knowledge to level up your pivoting skills to that of a ninja or maybe even *Chuck Norris. *Not Possible
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Analytics and Visualization
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Application Database Development
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Cloud Application Development Deployment
We'll have time for QA. Maybe we'll even ask Cortana a few questions. I look forward to seeing you there!
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Professional Development
Event Date: 07-12-2019 - Session time: 10:30:00 - Track: Application Database Development
In this session, I will take a fresh install of SSMS and step through customizing it. I will demonstrate features and help you become more efficient at utilizing SSMS to it's fullest potential - a lot of the time without using the mouse. Finally, I’ll show you some cool text editing tricks that will take your SQL skills to a whole new level.
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Analytics and Visualization
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Professional Development
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Application Database Development
In this session, we will review each option to encrypt data within SQL Server, Transparent Data Encryption, Cell Level Encryption and Always Encrypted. While we look at the encryption options, we will review both on-premise and cloud offerings. This session will deep dive into setting up Always Encrypted encryption and share experiences implementing the encryption.
You will leave this session with a deeper understanding about SQL Server encryption options and how encryption can affect your performance. Also, you will gather information on how to fully protect and review your sensitive data usage.
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Application Database Development
What does this mean to a DBA? Whether or not you use SSDT, you should be storing your database schema in version control. In addition, your utility scripts certainly belong in version control.
In my session. We'll cover:
How do I use SSDT to help prevent developers from using code first ORMs? What is version control? How does a distributed version control system differ from traditional version control like Visual Sourcesafe, TFS, and SVN? How do I setup git for internal use in my company? How do I host public and private repositories on github. How do pull requests work? We will be covering using git from both the command line and Visual Studio.
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Enterprise Database Administration Deployment
The presentation begins by talking about how to detect the corruption and the different strategies for handling unique corruption issues. Highlight of topics
Event Date: 07-12-2019 - Session time: 11:30:00 - Track: Cloud Application Development Deployment
I'll cover the following different options for running Docker containers in Azure: - Azure Container Registry Azure Container Instances Azure Kubernetes Services
This session is aimed at SQL Server DBAs and Developers who have some experience with Docker and want to know the different options that are available in Azure.
Each topic will be backed up with demos which will show how simple it is to get up and running with these technologies.
Event Date: 07-12-2019 - Session time: 12:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 12:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Application Database Development
Learning Objectives:
SQL Server Query Challenges
Redis Cache Basic Operations and Structure
Angular App with Socket.io integration
Node.js Backend with Socket.io and Redis support
Real-time data integration
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Cloud Application Development Deployment
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Advanced Analysis Techniques
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Application Database Development
With this session, you will learn the foundational knowledge to not only to apply to your workplace right away but to lay the groundwork to continue building your skills in Git. We will cover basic terms/concepts of how Git works, understanding the process flow, executing some basic commands in Git, understanding why a merge conflict happens and how to solve it, and using different GUIs if the command line isn't your thing.
Event Date: 07-12-2019 - Session time: 13:30:00 - Track: Application Database Development
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Strategy and Architecture
Module Signing — https://ModuleSigning.info/ — is more flexible and secure, but requires a Certificate or Asymmetric Key. Those can be confusing to work with, and the security mechanism isn't intuitive. However, that confusion ends here.
Come learn how to have more secure, granular permissions that handle cross-DB tasks, Dynamic SQL, and SQLCLR. See what module signing can do, how certificates and asymmetric keys work, and realize it's not as hard as you thought.
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Information Delivery
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Application Database Development
What are the various areas of memory inside of SQL Server?
How are queries handled behind the scenes?
What does SQL Server do with procedural code, like functions, procedures, and triggers?
What happens during checkpoints? Lazywrites?
How are IOs handled with regards to transaction logs and database?
What happens when transaction logs and databases grow or shrinks?
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 07-12-2019 - Session time: 14:30:00 - Track: Other
In this session, we will talk about what mental illness is and what it is not. How my mental illness has affected me. How it effects the tech industry. How mental illness can affect you and how you can tell if you are starting to have issues. What to say and what not to say to people you know that are affected by mental illness. Finally, how to get help and where reach out for help.
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: BI Platform Architecture, Development Administration
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: Enterprise Database Administration Deployment
In the first hour we'll go through the most common SSMS keyboard shortcuts and I'll show you how to setup your own shortcuts with your own queries. In the second hour I'll show you how to set the best SQL queries developed by the best brains in the industry in your own SSMS and apply it to your environment.
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: BI Information Delivery
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: Application Database Development
SQL Server has numerous metadata facilities available to help you with these tasks and more. Functions, dynamic management views, and system stored procedures can illuminate details from a single column up through an entire SQL Server instance. We will demonstrate metadata techniques to help you:
We will also cover the official Microsoft documentation on these features and other resources on how to use them.
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: Professional Development
Event Date: 07-12-2019 - Session time: 15:30:00 - Track: Application Database Development