Identify log write limits on Azure SQL Managed Instance using QPI library

Azure SQL Managed Instance is fully managed SQL Server instance hosted in Azure cloud. Managed Instance introduces some limits such as max log write throughput that can slow down your workload. In this post you will see how to identify write log throughput issue on Managed Instance.
The post Identify log write limits on Azure SQL Managed Instance using QPI library appeared first on SQLServerCentral.

How using a database monitoring tool helps DBAs create value for the whole organization

The rise of cross platform databases which are both on-premises and in the cloud, alongside decreasing customer satisfaction and trust in digital channels, has increased the importance - and value - of enhanced database monitoring. Find out how using a database monitoring tool creates value for the whole organization.
The post How using a database monitoring tool helps DBAs create value for the whole organization appeared first on SQLServerCentral.

Cardinality Estimation Feedback in SQL Server 2022

Cardinality estimation (CE) is a process used by the query optimizer to estimate the number of rows returned by a query or sub-part of a query. These estimates rely on two underlying things: statistics about the data and a set of assumptions—known as the model.
The post Cardinality Estimation Feedback in SQL Server 2022 appeared first on SQLServerCentral.

Plansplaining, part 20. SQL Graph (part 1)

Welcome to part twenty of the plansplaining series. It has been a long time since I last wrote a plansplaining post, partly because of my health, but also for a large part because I was out of ideas. But recently I decided to dig a bit deeper into a feature that was released in SQL Server 2017 and that I had so far not played with: SQL Graph.
The post Plansplaining, part 20. SQL Graph (part 1) appeared first on SQLServerCentral.