Skip to content

Commit ce37e93

Browse files
authored
Update sql-database-connect-excel.md
1 parent a0959dc commit ce37e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/sql-database-connect-excel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You'll also need a copy of Excel. This article uses [Microsoft Excel 2016](https
3333
The Data Connection Wizard opens.
3434
3. In the **Connect to Database Server** dialog box, type the SQL Database **Server name** you want to connect to in the form <*servername*>**.database.windows.net**. For example, **msftestserver.database.windows.net**. Optionally, enter in the name of your database. Select **OK** to open the credentials window.
3535

36-
![server-name.png](media/sql-database-connect-excel/server-name.png)
36+
![Connect to Database Server Dialog box](media/sql-database-connect-excel/server-name.png)
3737

3838
4. In the **SQL Server Database** dialog box, select **Database** on the left side, and then enter in your **User Name** and **Password** for the SQL Database server you want to connect to. Select **Connect** to open the **Navigator**.
3939

@@ -62,7 +62,7 @@ Now that you've established the connection, you have several different options w
6262

6363
> [!TIP]
6464
> If you want to connect other Excel workbooks and worksheets to the database, select the **Data** tab, and select **Recent Sources** to launch the **Recent Sources** dialog box. From there, choose the connection you created from the list, and then click **Open**.
65-
> ![Recent Connections](media/sql-database-connect-excel/recent-connections.png)
65+
> ![Recent Sources dialog box](media/sql-database-connect-excel/recent-connections.png)
6666
6767
## Create a permanent connection using .odc file
6868

@@ -72,7 +72,7 @@ To save the connection details permanently, you can create an .odc file and make
7272
1. Select **Browse for more** to open the **Select Data Source** dialog box.
7373
2. Select the **+NewSqlServerConnection.odc** file and then select **Open** to open the **Data Connection Wizard**.
7474

75-
![New Connection](media/sql-database-connect-excel/new-connection.png)
75+
![New Connection dialog box](media/sql-database-connect-excel/new-connection.png)
7676

7777
2. In the **Data Connection Wizard**, type in your server name and your SQL Database credentials. Select **Next**.
7878
1. Select the database that contains your data from the drop-down.

0 commit comments

Comments
 (0)