Support User-Defined Data Types (UDTs) in SQL Server Mirroring for Microsoft Fabric
Description
Currently, SQL Server mirroring in Microsoft Fabric does not support User-Defined Data Types (UDTs). This limitation blocks ingestion and mirroring scenarios for databases that rely on UDTs, even when those UDTs are simple aliases of fully supported native SQL Server data types.
Business Impact
We are working with a third-party vendor database where:
- The schema is not under our control
- UDTs are used extensively throughout the model
- These UDTs are aliases of standard SQL Server data types (e.g., VARCHAR, INT, etc.)
Because of this limitation, we are unable to leverage Fabric mirroring for this data source without introducing complex and potentially fragile workarounds (e.g., schema replication, type conversion layers, or ETL pipelines).
Rationale
Under the hood, SQL Server alias UDTs map directly to base system types. From a data movement and storage perspective, these should be fully compatible with existing Fabric mirroring capabilities.
Blocking on UDTs:
- Creates unnecessary friction for onboarding common enterprise systems
- Prevents adoption in scenarios involving vendor-managed schemas
Requested Enhancement
Enable support for User-Defined Data Types (UDTs) in SQL Server mirroring by:
- Automatically resolving alias UDTs to their underlying base data types during ingestion/mirroring
or - Providing a configuration option to map UDTs to their base types
Expected Outcome
- Seamless mirroring of SQL Server databases that use alias UDTs
- Elimination of unnecessary preprocessing or schema transformation steps
- Broader adoption of Fabric mirroring in enterprise environments with vendor-controlled schemas
Additional Notes
This request specifically targets alias UDTs, not complex CLR-based types.
1 Comment
- anbergstMicrosoft Employeejasonhorner as an interim would this solve your issue? https://github.com/Andreas-bersgtedt/Fabric-Shortcut-Proxy
Recent ideas
Semantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v26 minutes agoCommunity ChampionNew9Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401973 hours agoFrequent VisitorNew4Views0likes0CommentsAbout "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf13 hours agoFrequent VisitorNew48Views3likes2Comments