top of page


Azure SQL Cost Optimization
Explore Azure SQL Cost Optimization strategies for optimizing Azure SQL components and significantly reducing cloud expenditure

Guy Glantser
May 23, 20232 min read


Delayed Durability During Shutdown
Delayed Durability in SQL Server improves performance while allowing for some data loss. Learn what happens during shutdown...

Guy Glantser
May 20, 20233 min read


The Asynchronous Ledger Trick for Lightning-Fast SQL Server OLTP
Are you facing slow database performance and frequent lock chains caused by the high concurrency of DML statements on a central table in...
Eitan Blumin
May 15, 20231 min read


CETAS in SQL Server 2022
Written by: Eric Rouach, Madeira Data Solutions - May 2023 Create External Table As Select or "CETAS" has finally become available on...

Eric Rouach
May 3, 20232 min read


My attention-span-challenging graph
I have seen a lot of graphs lately where colors are used to convey a message of comparing groups. Here are some examples: Both graphs...

Rita Fainshtein
May 3, 20232 min read


Read Netsuite data with Azure Databricks
Use Azure Databricks to read data from Oracle Netsuite cloud ERP.

Chen Hirsh
Apr 30, 20232 min read


Don't be afraid of the Big Number Monster
Where you told to not use Big A** Numbers in your dashboard? Well, sometimes you should.

Uri Bahat
Apr 27, 20232 min read


Should your DB and App projects be in the same Source Control Repository?
As someone who works with databases and often collaborates with software development teams, I've noticed a rise in the popularity of...
Eitan Blumin
Apr 23, 20232 min read


Resolved: Database Stuck in Single-User Mode
Today we had an interesting use case where a customer reported that one of the databases they just restored from a backup got stuck in " Single-User " mode in one of their environments. To resolve it, I first tried running the following command: ALTER DATABASE MyDB SET MULTI_USER WITH ROLLBACK IMMEDIATE; In response, I got deadlocked with the dreaded error 1205: Transaction (Process ID) was deadlocked on lock resources with another process and has been chosen as the deadlock
Eitan Blumin
Apr 3, 20232 min read


SQL server vs Databricks SQL syntax
Converting SQL server stored procedures to Databricks notebooks, be aware of syntax differences.

Chen Hirsh
Mar 28, 20232 min read
bottom of page
