Showing posts from October, 2023

Find a specific query in the Query Store?

The SQL Server Query Store is an incredibly useful feature for monitoring and troubleshooting query performance issues. One of the handiest aspects of the Query Store is the ability to easily retrieve execution plans and quer…

How to retrieve the Query Store ID of a Session ID in SQL Server?

The Query Store is a feature in SQL Server that collects and stores information about queries that are executed. This information can be used to troubleshoot performance problems, identify queries that are causing problems, a…

UDL files: The unsung heroes of SQL connectivity testing

UDL file for SQL connectivity check A UDL (Universal Data Link) file is a text file that stores connection information for a data source. UDL files can be used to test connectivity to a variety of data sources, including SQL Serv…

Load More
That is All