News

When you use index views in the right situations, they can dramatically improve the performance of SQL Server queries. Tim Chapman explains why performance testing is the best way to tell if ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or the database is slow. In the ...
Naturally, query performance was abysmal. And none of the queries actually used that column! Of course, the column was buried seven views deep, so even finding it was difficult.
Want faster SQL queries? Here are nine best practices for writing SQL queries that work like a charm (or at least, like they should).
Executing this query in SQL returns results such as: Now if you drop the view from your data model and re-add it, EF will pick up the real primary key column that is labeled NID and your LINQ ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects.
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.
Dino Esposito explains JSON-to-rowset native support in SQL Server 2016 and provides a realistic perspective of data query when you have JSON data stored in the database.