Session | Speaker | Level | Length |
---|---|---|---|
Fix your SQL database design with T-SQL static code analysis | Erik Ejlskov Jensen | 400 | 60m |
Fix your SQL database design with T-SQL static code analysisIf you are a database developer looking for ways to improve your database design or you want help others avoid database design mistakes, this session is for you.
|
|||
Next-Gen High Availability with Contained Availability Groups | Nader Sharara | 400 | 60m |
Next-Gen High Availability with Contained Availability GroupsIn this session, we’ll explore the game-changing concept of Contained Availability Groups (Contained AGs) in SQL Server. Learn how this feature simplifies high availability and disaster recovery by encapsulating databases, metadata, and dependencies within the availability group. Through live demos, we’ll showcase how to set up, manage, and migrate Contained AGs, demonstrating their benefits for on-premises, hybrid, and cloud environments. |
|||
Resurrecting Lost Data: Mastering SQL Server's Transaction Logs and Row Internals Secrets | Vladimir Afanasev | 400 | 60m |
Resurrecting Lost Data: Mastering SQL Server's Transaction Logs and Row Internals SecretsA deep dive into SQL Server internals for data recovery
|
|||
The Language of Databases: A Deep Dive into MySQL and PostgreSQL Wire Protocols | Sergey Olontsev | 500 | 75m |
The Language of Databases: A Deep Dive into MySQL and PostgreSQL Wire ProtocolsHave you ever wondered how your code actually talks to databases? I will show you what happens behind the scenes when applications connect to MySQL and PostgreSQL. We'll look at the messages these databases send and receive, and explore how they handle commands. The best part will be our live demo - a Rust service that pretends to be a database by speaking the same protocol. Walk away with deeper insights into query command handling, result set formatting, and protocol internals that will give you a better understanding of database interactions. |
|||
Deep Dive into Memory-Optimized TempDB | Haripriya Naidu | 400 | 60m |
Deep Dive into Memory-Optimized TempDBTempDB contention has always been a challenge for DBAs, especially in high-concurrency OLTP environments. To address this, SQL Server has introduced several enhancements starting with SQL Server 2019, to reduce bottlenecks and improve performance, including Memory-Optimized TempDB.
|