You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-connect-query-portal.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ ms.topic: quickstart
11
11
author: Ninarn
12
12
ms.author: ninarn
13
13
ms.reviewer: carlrab
14
-
ms.date: 03/10/2020
14
+
ms.date: 03/11/2020
15
15
---
16
16
# Quickstart: Use the Azure portal's query editor to query a SQL database
17
17
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.
19
19
20
20
## Prerequisites
21
21
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:
23
23
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)
25
25
26
26
### Configure network settings
27
27
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:
29
29
30
30
> [!IMPORTANT]
31
31
> 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
43
43
44
44
## Connect using SQL Authentication
45
45
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
+
46
48
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.
0 commit comments