SQLBits 2022
What SQL Server database can tell us about application issues?
This session will be about database load patterns that show the application design issues and solutions to those issues.
Usually, it works vice-versa: an application slowness force database performance investigation. But what if I tell you that the database can also give us information about issues in database design? This session will show how the number of rows, transaction characteristics, and query statistics can give us hints to application issues and how we can solve that issues.
feedback link https://sqlb.it/?7003
feedback link https://sqlb.it/?7003
Speakers
Denis Reznik's previous sessions
What SQL Server database can tell us about application issues?
This session will be about database load patterns that show the application design issues and solutions to those issues.
Hidden Gems of SQL Server 2019
SQL Server 2019 is full of new features. Some of them are very interesting and useful, but unfortunately not well-known. So far.
Query Execution: Expectation-Reality
Sometimes this happens. What you expect not always what you received. In this session, we will look at a bunch of such situations.