Microsoft Fabric Updates Blog

Tour the Query Editor in SQL database in Microsoft Fabric

At Ignite this year (Nov 2024), Microsoft Fabric announced the public preview of SQL database in Fabric – Announcing SQL database in Microsoft Fabric Public Preview | Microsoft Fabric Blog | Microsoft Fabric. In this post, we will dive into the query editor in SQL database in Fabric, a powerful tool that is designed to provide a lightweight, user-friendly, and integrated environment for object explorations, writing SQL queries, and monitoring and optimizing database performance

Whether you’re a seasoned data professional or a developer new to SQL, the query editor offers features that cater to all skill levels. It provides various low-code/no-code features that simplify your development workflows, enhances productivity, fosters collaboration, ensuring accurate and efficient database interactions. Additionally, it seamlessly integrates with other Fabric workloads, allowing you to maximize the benefits of the integrated Fabric ecosystem. Learn more at Query with the SQL Editor – Microsoft Fabric | Microsoft Learn.

Screenshot of SQL database in Fabric Query Editor, with a data preview of a table called Address

Key Features of the Query Editor

  • Intuitive Interface for Query Editing: The query editor provides a user-friendly interface designed to streamline SQL query writing. Features like syntax highlighting, Copilot code suggestions, and error detection help you compose queries faster and with greater accuracy. Screenshot of a query editor displaying a SQL query with IntelliSense suggestions and syntax highlighting features active.
  • Comprehensive Object Explorer: Explore your database schema, preview data, run quick scripts using the Object Explorer. This feature is particularly useful for understanding the context of queries and verifying results. Additionally, the shortcuts feature will soon be available, allowing direct connection to and interaction with any data sources in OneLake from the SQL database editor.
Screenshot showing the object explorer of the dbo schema expanded
  • Powerful AI Assistance: Improve query accuracy and writing efficiency with Copilot’s inline code completion and quick actions, such as “Fix query error” and “Explain the code.” You can also use the Copilot chat pane to generate SQL code from natural language and get document-based insights in a multi-turn conversation experience. Learn more at Overview of Copilot for SQL database (preview) – Microsoft Fabric | Microsoft Learn
Screenshot showing the editor ribbon with a red highlight on the Get data (dataflow, data pipelines), Open in client tools, and New GraphQL APi buttons
Screenshot of the toggle button in the editor to switch between SQL Database and SQL Analytics Endpoint

Getting Started with the Query Editor

To use the query editor, start by opening a new SQL database within your workspace. The landing page offers quick-start options, such as sample data and T-SQL templates. For additional guidance, refer to the Getting Started documentation, where you’ll find detailed steps to load data into your SQL database or begin developing efficiently.

Screenshot of the landing page of the editor, featuring options to get data like Sample data, Dataflow, Data pipeline and start developing options like T-SQL and Connection Strings

Help Us Improve the Product by Submitting your Feedback

Click the feedback button in the ribbon to share your experiences or offer suggestions. We closely review all submissions and highly value your input, which plays a key role in shaping our roadmap and priorities. Alternatively, visit the Fabric community forums to join discussions, share feedback, and contribute and vote for product improvement ideas. Stay tuned – our release plans will be made public in early 2025.

Screenshot of the feedback button in the editor

Related blog posts

Tour the Query Editor in SQL database in Microsoft Fabric

March 12, 2026 by Iqra Shaikh

Making schema changes in your SQL databases often means working across a few different steps. You write code in VS Code, then move over to the Fabric portal to find your workspace, locate your database, and deploy your changes. Sometimes that means exporting a script and running it manually. Sometimes it’s copy‑paste into the query … Continue reading “Deploy SQL databases in Fabric from VS Code: No more context switching”

March 12, 2026 by Mehrsa Golestaneh

Agentic apps are moving quickly from prototypes to real workloads. But once you go beyond a proof of concept (POC), the hard part isn’t getting an agent to respond; it’s knowing what the agent did, whether it was safe and correct, and how it’s impacting the business. Let’s explore what it takes to operationalize agentic … Continue reading “Operationalizing Agentic Applications with Microsoft Fabric”