Skip to content

Commit 07aa34d

Browse files
author
stevestein
committed
update image and some edits
1 parent 897d8e9 commit 07aa34d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
78.7 KB
Loading

articles/sql-database/sql-database-connect-query-portal.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ ms.topic: quickstart
1111
author: Ninarn
1212
ms.author: ninarn
1313
ms.reviewer: carlrab
14-
ms.date: 03/10/2020
14+
ms.date: 03/11/2020
1515
---
1616
# Quickstart: Use the Azure portal's query editor to query a SQL database
1717

18-
The query editor is a tool in the Azure portal for executing SQL queries against your Azure SQL Database or Azure SQL Data Warehouse. In this quickstart, you'll use the query editor to run Transact-SQL (T-SQL) statements to query, insert, update, and delete data.
18+
The query editor is a tool in the Azure portal for running SQL queries against your Azure SQL Database or Azure Synapse Analytics (formerly SQL Data Warehouse). In this quickstart, you'll use the query editor to run Transact-SQL (T-SQL) queries.
1919

2020
## Prerequisites
2121

22-
To complete this quickstart you need the AdventureWorksLT SQL Database. If you don't have a working copy of the AdventureWorksLT SQL Database, use the following quickstart to quickly create one:
22+
To complete this quickstart you need the AdventureWorksLT sample database. If you don't have a working copy of the AdventureWorksLT SQL Database, use the following quickstart to quickly create one:
2323

24-
- [Quickstart: Create a single database in Azure SQL Database using the Azure portal, PowerShell, or Azure CLI](sql-database-single-database-get-started.md)
24+
- [Quickstart: Create a single Azure SQL database using the Azure portal, PowerShell, or Azure CLI](sql-database-single-database-get-started.md)
2525

2626
### Configure network settings
2727

28-
If you get an error in the query editor saying: *Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings*. The following important information should help get past this:
28+
If you get an error in the query editor saying: *Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings*, or *A connection to the server could not be established. This might indicate an issue with your local firewall configuration or your network proxy settings.*. The following important information should help with these errors:
2929

3030
> [!IMPORTANT]
3131
> The query editor uses ports 443 and 1443 to communicate. Ensure you have enabled outbound HTTPS traffic on these ports. You also need to [add your outbound IP address to the server's allowed firewall rules](sql-database-server-level-firewall-rule.md) to access your databases and data warehouses.
@@ -43,6 +43,8 @@ If you get an error in the query editor saying: *Your local network settings mig
4343

4444
## Connect using SQL Authentication
4545

46+
Even though you're signed in to the portal, you still need to provide credentials to access the SQL database. If you use Azure Active Directory to connect to your database, skip to [the following section](#connect-using-azure-active-directory).
47+
4648
1. In the **Login** page, under the **SQL server authentication** label, enter a **Login** and **Password** for a user that has access to the database. If you're not sure, use the login and password for the Server admin of the database's server.
4749

4850
![sign in](./media/sql-database-connect-query-portal/login-menu.png)

0 commit comments

Comments
 (0)