In modern database development workflows, updates to the schema and data should be tested, so they don't introduce bugs or cause data loss. This testing can sometimes be referred to as a smoke test,...
This post covers the automation of cloning a Synapse dedicated SQL pool from one workspace to another where locks and encryption exist. The steps required by the code are as...
by Jon Shah | Mar 18, 2025 | Az Synapse | 0 Comments
As you build out a Synapse workspace, you will inevitably start to create a dependency model between pipelines. When deploying artefacts to the workspace, you may need to clear down the existing...
In modern database development workflows, updates to the schema and data should be tested, so they don't introduce bugs or cause data loss. This testing can sometimes be referred to as a ...
Clone a dedicated SQL pool between encrypted and resource locked Synapse workspaces
Apr 10, 2025
This post covers the automation of cloning a Synapse dedicated SQL pool from one workspace to another where locks and encryption exist.
The steps required by the code are as ...