Skip to main content

fabric-database

Use when working with Fabric SQL Database — the Azure SQL Database hosted inside a Fabric workspace. Key point: this is a DIFFERENT engine from Fabric Warehouse and does NOT share its restrictions. nvarchar/datetime/money/triggers/MERGE/ALTER COLUMN/recursive CTEs/FOR XML/temporal tables/full-text search all work. Entra ID auth only (no SQL auth), token audience `database.windows.net`, tables auto-replicate to OneLake as Delta, standard .sqlproj format.

Zur Installation springen

Quellinformationen

Repository
wardawgmalvicious/agent-config
Letzte Quellaktivität
16. September 2026 um 03:22
Erkannte Sprache von SKILL.md
Englisch
Sterne
1
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
fabric-database
description
Use when working with Fabric SQL Database — the Azure SQL Database hosted inside a Fabric workspace. Key point: this is a DIFFERENT engine from Fabric Warehouse and does NOT share its restrictions. nvarchar/datetime/money/triggers/MERGE/ALTER COLUMN/recursive CTEs/FOR XML/temporal tables/full-text search all work. Entra ID auth only (no SQL auth), token audience `database.windows.net`, tables auto-replicate to OneLake as Delta, standard .sqlproj format.
paths
["**/*.SQLDatabase/**/*.sql"]
disable-model-invocation
false
# Fabric SQL Database Fabric SQL Database is an Azure SQL Database hosted within a Fabric workspace. It is a **completely different engine** from Fabric Warehouse and does NOT share the Warehouse's restrictions. ## Key Differences from Fabric Warehouse | Feature | Fabric Warehouse | Fabric SQL Database | |---|---|---| | Engine | Distributed Synapse DW | Azure SQL Database | | `nvarchar`, `datetime`, `money` | Not supported | Fully supported | | Triggers | Not supported | Fully supported | | MERGE | Preview only | Fully supported | | ALTER COLUMN | Not supported | Fully supported | | Recursive CTEs | Not supported | Fully supported | | `FOR XML` | Not supported | Fully supported | | Transaction isolation levels | Snapshot only | All levels | | `CREATE USER` | Not supported | Fully supported | | Temporal tables | Not supported | Fully supported | | Full-text search | Not supported | Fully supported | ## Fabric-Specific Context - **Authentication**: Entra ID only — SQL auth is not supported in Fabric - **Token audience**: `https://database.windows.net/.default` (same as Warehouse) - **OneLake replication**: Tables automatically replicate to OneLake as Delta/Parquet - **SQL projects**: Uses standard `.sqlproj` format for schema-as-code - **Do NOT apply Warehouse T-SQL restrictions** to Fabric SQL Database code ## Reference - Microsoft Learn: [SQL database in Fabric (overview)](https://learn.microsoft.com/fabric/database/sql/overview) - Microsoft Learn: [Features comparison: Azure SQL Database vs Fabric SQL database](https://learn.microsoft.com/fabric/database/sql/feature-comparison-sql-database-fabric) - Microsoft Learn: [Limitations in SQL database in Fabric](https://learn.microsoft.com/fabric/database/sql/limitations) - Comprehensive MS Learn link bundle (concept / create+connect / limitations / OneLake mirroring / security / backup / source control & SqlPackage / GraphQL / billing): [references/REFERENCE.md](references/REFERENCE.md) ## See also - fabric-warehouse skill — the distributed DW engine with its own restrictions - fabric-auth skill — `database.windows.net` token audience
Auf GitHub ansehen