In this post, we are going to see how to establish a connection to Azure SQL Server Database from within Azure Databricks Notebooks. We will
Month: September 2020
How to Fetch Azure Key Vault Secrets in Azure Databricks
Assuming that you have created Azure Key Vault scope in Azure Databricks and created some secrets in the vault, you can use the below commands

Installing/Setting Up Databricks CLI
Databricks CLI is a command line interface to Databricks platform. This is built on top of databricks REST APIs. Its commands are organized into different
How to Run a Databricks Notebook from Another Notebook
You can use %run command to run another notebook in your current notebook. In fact, it includes or concatenates another notebook in your notebook. This
Accelerated Database Recovery
SQL Server 2019 introduced a new database engine feature called Accelerated Database Recovery. The primary purpose it serves is the faster database recovery be it
SQL Server Compatability Levels
A quick summary of SQL Server compatability levles since its inception –
Azure PowerShell AZ Module
Recently, I came to know that Microsoft introduced completely a new module called “Az” to interact with Azure through PowerShell. We have been using AzureRM
Comma Separated Values of a Column using SQL
We have been several times in to the scenario where we wish if we could retrieve the values from a column as a comma separated