top of page
Topic
Recent Posts
Archive
Tags
Query performance
Often the first step you take to improve your SQL Server query performance is to add indexes to tables. This is also usually true for...
Data change recording
SQL Server 2019 (15.x) provides two features that track changes to data in a database: change data capture and change tracking. These...
The backstage architecture
Many recent sessions emphasize the role of Query Store. Today, I attended another session regarding Query Store. The topic of the session...
Stored procedure with OUTPUT and READONLY
There are three ways of returning data from a procedure to a calling program: result sets, output parameters, and return codes. This...
Natively compiled stored procedures
A memory-optimized table is a highly optimized data structure that SQL Server uses to store data completely in memory without paging to...
Where the polls went wrong
Click the above picture to listen THE national presidential polls were actually not too far off. RealClearPolitics, a polling aggregator,...
bottom of page