fabric-database

Execute SQL statements on Azure SQL Database instances in a Fabric workspace.

2|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-database
Source: https://github.com/wardawgmalvicious/claude-config/tree/main/skills/fabric-database
Command: npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-database

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines operations with the Fabric SQL Database, handling authentication, replication, and code execution in a Fabric workspace.

Core Features & Use Cases

  • Authentication: Entra ID authentication, no SQL auth.
  • Replication: Tables auto-replicate to OneLake as Delta.
  • Code Execution: Supports nvarchar, datetime, money, triggers, MERGE, ALTER COLUMN, recursive CTEs, FOR XML, and temporal tables.
  • Use Case: For a data professional working with Azure SQL Database within a Fabric workspace, this Skill allows for seamless interaction with the database, including executing SQL code and managing authentication.

Quick Start

Execute a SQL query on the Fabric SQL Database using the fabric-database skill.

Frequently Asked Questions about fabric-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute SQL statements on an Azure SQL Database in a Fabric workspace?

You can execute SQL statements on an Azure SQL Database in a Fabric workspace by using Entra ID authentication to securely connect and run your code, including support for triggers, MERGE, and recursive CTEs.

Does Fabric SQL Database support Entra ID authentication for secure database management?

Yes, Fabric SQL Database requires Entra ID authentication for secure access, explicitly bypassing standard SQL authentication to manage database operations within the workspace.

How does data replication work with Fabric SQL Database tables?

Data replication in Fabric SQL Database automatically replicates tables to OneLake as Delta format, ensuring seamless data synchronization and downstream analytics integration.

What SQL features are supported when executing code in a Fabric SQL Database?

Supported SQL features include nvarchar, datetime, money, triggers, MERGE, ALTER COLUMN, recursive CTEs, FOR XML, and temporal tables for comprehensive database management.

Do I need a specific Fabric environment to manage Azure SQL Database operations?

Yes, you need an active Fabric workspace environment with appropriate SQL privileges to use this Skill for authentication, data replication, and SQL execution.

Can I use temporal tables and recursive CTEs with Fabric SQL Database?

Yes, Fabric SQL Database supports executing code with advanced features like temporal tables, recursive CTEs, MERGE operations, and FOR XML within your Fabric workspace.