SQL Error [110813] [S0001]: Distribution(s):[25, 47]The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction. In azure
while running the azure pipeline we are getting below error. SQL Error [110813] [S0001]: Distribution(s):[25, 47]The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction. please let me know how to proceed with…
Azure Synapse Analytics
About Synapse Spark Pool vs Dedicates Pool
Hi, I'm trying to find out what tech to use in the consumption zone of a datalake architecture. In this QA (https://learn.microsoft.com/en-us/answers/questions/3717541/azure-synapse-partiioning-best-practices) I asked about which is the best way to model…
Azure Synapse Analytics

Synapse Spark Pool integration with Power BI
Hi, I have some Spark tables (parquet y deltas) in my Spark Pool. Now, I need Power BI to connect to these tables to run Spark SQL queries to build reports. How can Power BI connect to my Spark Pool? Can I use the Spark Pool endpoint and some kind of…
Azure Synapse Analytics
Matching Synapse dedicated SQL pool vs Spark pool
Hi, I'd like to know the differencies between Synapse dedicated SQl pool and Spark pool, in terms of pros and cons, when it is better to use a Synapse pool and when it is better to use a Spark pool, when it is better to use both. Any suggests to me,…
Azure Synapse Analytics
ms dtc errors on synapse
We are copying data from a datalake gen 2 to Synapse using the Copy into with a managed identity. We are receiving some errors with some of the files 110806;A distributed query failed: Distribution(s):[1]The Microsoft Distributed Transaction…
Azure Synapse Analytics
Why is MFA not enforced for Synapse serverless SQL endpoint for Entra ID?
Hi, I have two Azure tenants each with a synapse workspace set up but MFA is enforced for the serverless SQL endpoint for one but not the other. As far as I can tell the set up is the same in both tenants: Entra Licence: Microsoft Entra ID Free …
Azure Synapse Analytics
Can we get more processing in the spark pools as they wont start and we constantly get livvy errors when running a python notebook.
Recent weeks all our processes have stopped working and we cannot allocate more than a single CPU to a notebook. This is causing us such a pain and we can develop in it. We keep getting a LIVVY error even using a small single processor pool. we have…
Azure Synapse Analytics
See modified date/times of Notebooks?
Is there a way, in Azure Synapse Analytics, to see modified date/times of NOTEBOOKS? Or of SQL Scripts -- the "Develop" section objects in general? (Or, is that only available on whatever changes have been checked into GIT / other…
Azure Synapse Analytics
Azure Synapse partiioning best practices
Hi, I'm trying to develop a ADLS folder structure to provide analytics via Synapse Spark. The table I want to expose via Spark is: (State, City, Gender, Sum of Population, Sum of deaths, Sum of Births) On ADLS, the folder structure…
Azure Synapse Analytics
Do i need to take the DP-203 exam as it will be retired in march 2025 ?
I'm preparing for DP-203 exam . Since its being retired in march 2025 ,Please advise if I should stop the DP-203 preparation and start preparing for DP-700 ? . Does passing DP-203 a Prerequisite for understanding the contents of DP-700 ?
Azure Synapse Analytics
Getting Error while pulling data from fabric lakehouse table: Error code 21446 Details Invalid table! Parquet column is not defined in delta metadata. Column name: _change_type.
Error details Error code 21446 Details Invalid table! Parquet column is not defined in delta metadata. Column name: _change_type. Activity ID: dfc77409-e06f-4ab8-82e1-502ac46f4344 I am trying to preview data for some tables and it is giving me this…
Azure Synapse Analytics
Does synapse serverless sql pool OPENROWSET support "parquest based structured stream" format?
I can read from a data lake structured stream using synapse serverless sql pool OPENROWSET, by specifying FORMAT = 'SSTREAM'. Does OPENROWSET support "parquest based structured stream" format? If yes, then what value should I specify to FORMAT…
Azure Data Lake Storage
Azure Synapse Analytics
Error on creating Synapse Spark database
Hi every one, I'm trying to create a database in Synapse Spark Notebook, but I'm getting this error: The very same error appears without the keyword LOCATION Regards Jona
Azure Synapse Analytics

Issues with Synapse Workflows After Updating Self-hosted Integration Runtime
After updating the Self-hosted Integration Runtime to version 5.54.9267.1 from 5.44.xx on June 10th, the pipeline runs that previously completed in about 30 minutes are now taking several hours and worsening daily. The Integration Runtime operates…
Azure Synapse Analytics
Create DB identity in synapse notebook
Hi, I want to create a Synapse notebook where can read data from Azure SQL server DB. So I need to connect the DB via jdbc and enter the user name and password like code below. Is there a way where I can store this username and password somewhere so that…
Azure Synapse Analytics
Unable to switch to data flow debug mode on azure synapse. Failed to setup debug session
I'm currently unable to switch to debug mode in azure synapse workspace and the pipeline runs takes forever to complete if started manually.
Azure Synapse Analytics
How to enable System Assigned in Azure Synapse?
Hi, Does anyone how to turn on the "system assigned" from Azure Synapse identity? I seems cannot see this option on my Synapse workspace. Is there anything I need to enable in the workspace to see this option? Thanks in advance.
Azure Synapse Analytics
How to Override Linked Service Parameters (e.g., Databricks domain) in Azure Synapse CI/CD YAML Pipeline?
Hello, I’m currently working on a CI/CD pipeline for Azure Synapse, integrated with Azure DevOps as the source repository. I’ve successfully built and tested the entire deployment pipeline between the Development and QA Synapse workspaces. Everything…
Azure Synapse Analytics
I want to know whether incremental load is possible in case where the source data set is Azure SQL database and sink is REST API.
Hi Team, Does ADF/Azure Synapse pipline support incremental load from Azure SQL Database to REST API ? If yes, Would be very helpful if you could please provide the documentation/ solution. Regards,
Azure Synapse Analytics
Cannot access secrets from notebook call by pipeline
Hi, I have grant secrets permission to my Synapse workspace and my microsoft entra ID. I have notebooks that read the secrets created by me. I can run the notebook to access my secrets and it is working. However when I tried to run the notebook from…