
Synpase SQL Tip 2 – Comments in Views/Procs
Synapse SQL Dedidcated Pools (aka SQLDW) does not support comments in views or procs in the same was as standalone SQL. This is annoying as comments can be very useful with tracking changes and lineage of objects, especially when used … Continue reading Synpase SQL Tip 2 – Comments in Views/Procs
Share this:

Synapse TSQL Tip 1 – Use Double Defensive Inserts
When loading a Star Schema Datawarehouse it is very common to need to insert rows into the a dimension based on exceptions. For example: Inferred Members (aka early arriving facts) Unknown Members (missing data) A Typical Query may look something … Continue reading Synapse TSQL Tip 1 – Use Double Defensive Inserts
Share this:

Adding Disks to Azure VM with Powershell
While a lot of projects in Azure may be using SQLDB or SQLDW (aka Dedicated Pools) we do still have a lot of customers running SQL on a VM (aka IaaS). One common task is setting up data disks. Typically … Continue reading Adding Disks to Azure VM with Powershell
Share this:

CI/CD For Azure Synapse Analytics – Part 2
In CI/CD Azure Synapse Analytics – part 1 we have covered: Setting up git source control in Synapse Studio The difference in main collaboration and workspace publish branch In this blog we are going to cover: How to create build … Continue reading CI/CD For Azure Synapse Analytics – Part 2
Share this:

CI/CD for Azure Synapse Analytics – Part 1
Do you also wonder how to do continuous integration (CI) and continuous deployment (CD) for Synapse Analytics? But first, lets talk about basic, what is CI/CD is simple terms. CI/CD is one of the best practices of agile methodology and … Continue reading CI/CD for Azure Synapse Analytics – Part 1
Share this:

Standalone or Integrated flavour of your Dedicated Pool (sqldw)
Now that MSFT have released Synapse as an Integrated framework of tools for Data Engineering we have two different ways to provision our enterprise data warehouse in a dedicated sql pool. Which is the best one to use ? Firstly … Continue reading Standalone or Integrated flavour of your Dedicated Pool (sqldw)
Share this:
Data Lake Storage to Synapse Analytics using Managed Service Identity (MSI) – COPY INTO and PolyBase
Why to use MSI? Easy to authenticate any Azure Active Directory supported service Provides limited visibility of the credentials More secured than SQL authentication and less susceptible to hacking Configuration steps Create a storage account and enable Hierarchical namespace for … Continue reading Data Lake Storage to Synapse Analytics using Managed Service Identity (MSI) – COPY INTO and PolyBase
Share this:

Configure Managed Identity in Synapse Analytics Workspace using PowerShell
Prerequisites: Synapase Analytics workspace is created along with Data Lake Storage gen2 Step 1: Create new linked Service for a workspace Log in to Synapase analytics workspace from Azure portal and Create new Linked services and select Azure Synapse Analytics … Continue reading Configure Managed Identity in Synapse Analytics Workspace using PowerShell
Share this:

Synapse workspace: Load data using Polybase and Managed Identity
Configuration Steps Create a Azure Data Lake Storage Gen 2 storage account, make sure to enable Hierarchical namespace. Read Microsoft KB here. Create a Synpase workspace and select newly created data lake storage as Account name and blob container as … Continue reading Synapse workspace: Load data using Polybase and Managed Identity
Share this:

How to configure Managed Identity in Synapse Analytics Workspace?
In data engineering a common challenge is to securely establish communication between different services. By providing an Azure resource identity in Azure AD and using it to obtain Azure Active Directory (Azure AD) tokens, Managed identities (formerly known as Managed … Continue reading How to configure Managed Identity in Synapse Analytics Workspace?
Share this:
Synapse TSQL: variable assignment in SELECT statement cannot be included
When working with synapse as a TSQL developer, it does feel like you’ve gone in a time warp back to SQL 7.0 in terms of whats supported and whats not. Luckily most of the TSQL patterns not supported have some … Continue reading Synapse TSQL: variable assignment in SELECT statement cannot be included
Share this:

Sample Financial Reports for Adventureworks (Updated)
I updated my AdventureWorks Sample Report to include CashFlow, so we now have the three core areas of GL in one PBIX. Profit and Loss Balance Sheet Cash Flow You can download the PBIX from below link https://1drv.ms/u/s!Aquy5jaDyEyihsVDWoQ9TKyGRzwWSA?e=O4VkYr You can … Continue reading Sample Financial Reports for Adventureworks (Updated)
Share this:
Loading…
Something went wrong. Please refresh the page and/or try again.