News

Joey on SQL Server Deep Dive into SQL Server 2022's Query Performance Features, Part 2: PSP Optimization Reduce workload times with this handy feature that can benefit every database pro.
SQL Server 2022 can use percentiles to improve the feedback algorithm for queries where the amount of memory changes a lot each time users run them, and persist memory grants feedback even if ...
A view is a saved T-SQL query in SQL Server. The view definition is stored by SQL Server so that it can be used as a virtual table to simplify queries and add a layer of security to your base ...
In this on-demand session, we'll look at the entire SQL Server holistically, from the "hardware" allocated to the machine down to individual SQL Server query plans. We'll cover what tools are provided ...
If you find yourself doing this a lot in Microsoft SQL Server, you can get better performance by using a table-valued function instead and using CROSS APPLY in the query.
In fact, SQL Server tries to plan only queries that aren't in stored procedures if they're (a) worth planning and (b) are running for the first time. Over time, as plans build up in the cache, only a ...
However, there are any number of queries in any application that SQL Server may never see again (at least in, for example, the next 24 hours). The plans for these "one-time" queries are taking up ...
In conjunction with SQL Server 2014, we now have the option to use stored procedures that are compiled all the way down to machine code. Natively compiled queries only work against Memory ...
Denny's SQL Secrets Troubleshoot Slow-Running Queries In SQL Server Denny breaks down how to identify and fix speed issues in multiple versions of SQL Server. By Denny Cherry 12/11/2013 ...
When SQL Server Management Studio (SSMS) came out in 2005 to replace Enterprise Manager and SQL Query Analyzer, I remember being skeptical at first with the new Visual Studio look and feel, but it ...