Microsoft Fabric
Published 26 December 2025
SQL Prompt v11.3.2 required
Microsoft fabric support is only available in SQL Prompt v11.3.2 onwards. Download the latest version
This document outlines the support provided in SQL Prompt v11.3.2 for Microsoft Fabric, including supported functionality, known limitations, and required configuration settings.
What Is Supported
- Autocomplete suggestions for queries specific to Microsoft Fabric.
- Formatting rules applied properly for queries specific to Microsoft Fabric.
List of the newly supported SQL queries
| # | Keyword | Reference Link |
|---|---|---|
| 1 | COPY INTO | Link |
| 2 | OPENROWSET BULK | Link |
| 3 | CTAS (Create Table As Select) | Link |
| 4 | CREATE TABLE | Link |
| 5 | CREATE STATISTICS | Link |
| 6 | UPDATE STATISTICS | Link |
| 7 | DROP STATISTICS | Link |
| 8 | DBCC SHOW_STATISTICS | Link |
| 9 | ALTER TABLE | Link |
| 10 | TRUNCATE TABLE | Link |
| 11 | Query Hint Support | Link |
| 12 | MERGE | Link |
What Is Not Supported
- Certain SQL Queries related to current limitation in Microsoft SQL parser. (Issue with detailed examples).
- Certain database refactoring features.