Skip to content

Commit cd86a47

Browse files
20260106 fabric sql db applicability
1 parent 80b6880 commit cd86a47

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

azure-sql/database/connect-excel.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ You'll also need a copy of Excel. This article uses [Microsoft Excel 2016](https
3838

3939
:::image type="content" source="media/connect-excel/excel-data-source.png" alt-text="Screenshot of the screen to Select data source: Connect Excel to SQL Database.":::
4040

41-
1. In the **SQL Server database** dialog box, type the **Server name** you want to connect to in the form `<servername>.database.windows.net`. Optionally, enter in the name of your database. Select **OK** to open the credentials window.
41+
1. In the **SQL Server database** dialog box, type the **Server name** you want to connect to.
42+
- In Azure SQL Database, this looks like: `<servername>.database.windows.net`.
43+
- In Azure SQL Managed Instance, this looks like: `<your-instance-name>.<unique-dns-prefix>.database.windows.net`.
44+
- In SQL database in Fabric, this looks like: `<server-unique-identifier>.<tenant>.fabric.microsoft.com`.
45+
1. Optionally, enter in the name of your database. Select **OK** to open the credentials window.
4246
1. In the **SQL Server database** dialog box, select **Database** on the left side, and then enter in your **User Name** and **Password** for the server you want to connect to. Select **Connect** to open the **Navigator**.
4347

4448
> [!TIP]

0 commit comments

Comments
 (0)