An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Jordan Fulford
Based on the screenshot, the timeout occurs in the CreateTable (Script) activity, not during Dataverse extraction or SQL connectivity. Multiple CreateTable activities completed successfully before and after the failure, which suggests the linked service and firewall configuration are working correctly.
The most likely causes are SQL-side blocking, resource contention, or a schema/object conflict affecting a specific table creation operation. I recommend opening the failed CreateTable activity and reviewing the Output/Error Details, identifying the Dataverse entity being processed, and checking the target SQL database for blocking sessions, deadlocks, and resource utilization during the failure window.
Could you share the exact error message from the failed CreateTable activity and confirm the target database type (Azure SQL Database, SQL Managed Instance, or Synapse Dedicated SQL Pool)?