top of page


Too Many Plans for the Same Query Hash
Detect and troubleshoot when the SQL Server query plan cache contains too many different plans for the same query hash.
Eitan Blumin
Sep 16, 20221 min read


Is it REAL?
Never use REAL or FLOAT, unless you really need them. In 99% of the cases, what you really need is DECIMAL.

Guy Glantser
Sep 9, 20226 min read


Inverted Index for full-text searches or common words detection
Sometimes there are properties in the document with unstructured text, like newspaper articles, blog posts, or book abstracts. The...

Maria Zakourdaev
Sep 8, 20221 min read


What is not contained in contained Availability Groups
Contained Availability Groups is a new feature in SQL 2022 to synchronize server-level objects between replicas. But... What does it not do?
Eitan Blumin
Aug 30, 20223 min read


Calculate working days in DAX
A new DAX function to calculate workdays in a period of time

Chen Hirsh
Aug 9, 20221 min read


Could SQL Injection be dangerous even when perfectly safe?
Today, I'm going to ask the question: When is SQL Injection dangerous, even if it's perfectly safe?
Eitan Blumin
Aug 9, 20224 min read


Resetting your data factory dev environment from production
The steps needed to copy Azure data factory production environment to dev, ensuring sync between environments.

Chen Hirsh
Aug 8, 20222 min read


Did you say Data Masking?
Author: Eric Rouach, Madeira Data Solutions Date: August 2022 If you are using SQL Server and need a lightweight encryption solution at...

Eric Rouach
Aug 3, 20222 min read


Track SQL Errors
Here is a script to create an event session that captures SQL errors with all the information you need...

Guy Glantser
Aug 1, 20222 min read


Should You Split Queries?
The SplitQuery feature in EF is a terrible feature in most cases. Developers should avoid using it.

Guy Glantser
Jul 27, 20223 min read
bottom of page
