|
1 | 1 | --- |
2 | 2 | title: Connect with Excel |
3 | | -titleSuffix: Azure SQL Database & Azure SQL Managed Instance |
4 | | -description: Learn how to connect Microsoft Excel to a database in Azure SQL Database or Azure SQL Managed Instance. Import data into Excel for reporting and data exploration. |
| 3 | +titleSuffix: Azure SQL Database & Azure SQL Managed Instance & Fabric SQL database |
| 4 | +description: Learn how to connect Microsoft Excel to a database. Import data into Excel for reporting and data exploration. |
5 | 5 | author: VanMSFT |
6 | 6 | ms.author: vanto |
7 | 7 | ms.reviewer: wiassaf, mathoma |
8 | | -ms.date: 06/13/2025 |
| 8 | +ms.date: 01/06/2026 |
9 | 9 | ms.service: azure-sql |
10 | 10 | ms.subservice: connect |
11 | 11 | ms.topic: how-to |
12 | | -monikerRange: "=azuresql || =azuresql-db || =azuresql-mi" |
| 12 | +monikerRange: "=azuresql || =azuresql-db || =azuresql-mi || = fabricsql" |
13 | 13 | ms.custom: |
14 | 14 | - sqldbrb=1 |
15 | 15 | - sfi-image-nochange |
16 | 16 | --- |
17 | 17 |
|
18 | | -# Connect Excel to a database in Azure SQL Database or Azure SQL Managed Instance, and create a report |
| 18 | +# Connect Excel to a database and create a report |
19 | 19 |
|
20 | | -[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)] |
| 20 | +[!INCLUDE[appliesto-sqldb-sqlmi-fabricsqldb](../includes/appliesto-sqldb-sqlmi-fabricsqldb.md)] |
21 | 21 |
|
22 | 22 | You can connect Excel to a database and then import data and create tables and charts based on values in the database. In this tutorial you will set up the connection between Excel and a database table, save the file that stores data and the connection information for Excel, and then create a pivot chart from the database values. |
23 | 23 |
|
24 | | -You'll need to create a database before you get started. If you don't have one, see [Create a database in Azure SQL Database](single-database-create-quickstart.md) and [Create server-level IP firewall](firewall-create-server-level-portal-quickstart.md) to get a database with sample data up and running in a few minutes. |
| 24 | +You'll need to create a database before you get started. If you don't have one: |
| 25 | + |
| 26 | +- You can [create a database in Azure SQL Database](single-database-create-quickstart.md) and [Create server-level IP firewall](firewall-create-server-level-portal-quickstart.md) to get a database with sample data up and running in a few minutes. Use the [Deploy Azure SQL Database for free](free-offer.md) to create a free Azure SQL Database for the life of your subscription. |
| 27 | +- You can also [try Azure SQL Managed Instance for free](../managed-instance/free-offer.md). |
| 28 | +- You can also [create a SQL database in Microsoft Fabric in the Fabric portal](/fabric/database/sql/create). |
25 | 29 |
|
26 | 30 | In this article, you'll import sample data into Excel from that article, but you can follow similar steps with your own data. |
27 | 31 |
|
@@ -92,5 +96,4 @@ To save the connection details permanently, you can create an .odc file and make |
92 | 96 | ## Related content |
93 | 97 |
|
94 | 98 | - [Quickstart: Use SSMS to connect to and query Azure SQL Database or Azure SQL Managed Instance](connect-query-ssms.md) |
95 | | -- [Elastic pools](elastic-pool-overview.md) |
96 | | -- [create a web application that connects to Azure SQL Database on the back-end](/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase) |
| 99 | +- [Create a web application that connects to Azure SQL Database on the back-end](/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase) |
0 commit comments