Use client tools to query a warehouse

Using SQL Server Management Studio (SSMS) to connect to a data warehouse in Fabric can facilitate your workflow, especially if you’re already familiar with the tool.

Connect to your data warehouse

SQL Server Management Studio provides a familiar interface for those who regularly work with SQL Server.

Animated GIF showing how to generate the connection string for a data warehouse in Microsoft Fabric.

Follow these steps to connect to data warehouse in Fabric from SSMS:

  1. Navigate to your Microsoft Fabric workspace.
  2. On your warehouse asset, select more options, then select Copy SQL connection string.
  3. Launch SQL Server Management Studio, and paste the SQL connection string copied into the Server name box, and provide the appropriate credentials for authentication.Screenshot showing how to connect to a warehouse using SQL Server Management Studio.
  4. After establishing a connection, SSMS shows the connected warehouse, along with its corresponding tables and views, all ready for querying.Screenshot showing the connected warehouse in SQL Server Management Studio.

Authentication options

In Microsoft Fabric, two types of authenticated users are supported through the SQL connection string:

  • Microsoft Entra ID (formerly Azure Active Directory) user principals, or user identities
  • Microsoft Entra ID (formerly Azure Active Directory) service principals

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *