Connect Microsoft Fabric Lakehouse with SQL Server Management System(SSMS)
In this quick guide I will show you how to connect to a Fabric Lakehouse using SQL Server Management System(SSMS).

In the article Medallion architecture in Microsoft Fabric I have created an example of a Microsoft Fabric-based lakehouse medallion architecture for the sales department. In this example we will try to connect to those lakehouses using SSMS in order to browse tables and to perfom queries.
Prerequisite : SQL Server Management System must be installed on our computer.
Implementation steps :
- From fabric workspace we will open the Sales_Gold lakehouse.

2. Swith from Lakehouse mode to SQL analytics endpoint.

3. Chose Settings(1) from the top menu, copy SQL connection string(2)

4. Start SQL Server Mangement Studio.

5. From SSMS menu chose Connect to Server (1) , chose Database Engine for Server Type , paste SQL connection string in Server Name section, chose Azure Active Directory — Password for Authentification(3), fill the credentials (User Name & Password)(4), chose Connect (5)

6. Chose Sales_Gold database, expand Tables(2), write first query(3), execute the code (4).

We just successfully connected SSMS to Ms Fabric Lakehouse, the lakehouse can be used like a normal Ms SQL database.
If you liked this post, please show your support by 👏 for this story and follow my !




