top of page


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


I introduce you to the Data Generator by Databricks
While attending the SQLBits 2023, I saw how to generate synthetic data in a cool and easy way, come check this

Ben Hazan
Mar 28, 20233 min read


"Home experiments" and stacked bar graphs
If someone asked you which graph would be best for visualizing the customer types for each account manager based on the table in the...

Rita Fainshtein
Mar 28, 20232 min read


Comparing Azure ETL tools: Azure data factory vs Azure Databricks
Which is the right ETL tool for you on Azure cloud? Azure data factory or Azure Databricks?

Chen Hirsh
Mar 27, 20233 min read


My Session in SQLBits 2023
Today I had the honor to present my session in SQLBits 2023. I promised to make all the session materials available for download...

Guy Glantser
Mar 17, 20231 min read


The Pitfalls of Using System-Named Constraints in SQL Server
This article was published by Aaron Bertrand a few years ago, talking about system-named constraints in SQL Server. The article mostly...
Eitan Blumin
Mar 14, 20236 min read


Azure data factory - clear out the garbage
On Azure data factory with GIT, sometimes old versions are left on live mode, here is how to delete them.

Chen Hirsh
Feb 28, 20231 min read


The downfall of Big A** Numbers
A few days ago, I had a conversation with a colleague about Data Visualization. I explained that in data visualization, it is the...

Rita Fainshtein
Feb 27, 20232 min read


Data Factory - Move files to time folder structure
Use Azure data factory to sort files to time hierarchy partitions.

Chen Hirsh
Feb 26, 20233 min read
bottom of page
