
The difference between BIN2 and Case-Sensitive collations in SQL
A common question that arises in SQL Server collation discussions is whether a binary collation (BIN2) is functionally […]
A common question that arises in SQL Server collation discussions is whether a binary collation (BIN2) is functionally […]
tl;dr The title says it all. Prologue One of the keys to my personal learning is that, very […]
I’ve long been a huge advocate for always referencing objects with a schema prefix in SQL Server. […]
The need for performance tuning your SQL Server workloads has never been more critical. As workloads are moved […]
I have come across a lot of use cases for manufacturing rows on the fly, aside from […]
I’ve been at this for a while now, and have a very particular set of rules and […]
Des types de données aux tables temporelles… Ce petit guide est constituée de 4 parties qui vont être […]
In this article, I will explore one of the SQL Server mathematical functions, ROUND. The T-SQL ROUND() function […]
SQL Server is a resource-intensive database system that requires adequate CPU and memory capacity to run transactions with […]