Categories / t-sql
Joining Tables with Aggregate Functions: Effective Use of `TOP (1)`
Using UNION with Common Table Expressions in SQL Server 2014 Developer: Workarounds and Best Practices
Can EXEC and Select Into Be Combined in SQL Server?
Optimizing Dynamic Sorting SQL Queries: A Step-by-Step Guide to Better Performance
Understanding Conditional Logic in SQL: A Comprehensive Guide to IIF(), CASE, and More
Temporarily Changing a Timestamp Column to Insert Parked Rows in SQL Server
How to Pass a Table as a Parameter to a Function in SQL Server