Skip to content

Commit 413bf75

Browse files
author
stevestein
committed
sqldb - query editor edits
1 parent 312ebf4 commit 413bf75

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Azure portal: Query using Query Editor"
2+
title: Query a SQL Database using the query editor in the Azure portal
33
description: Learn how to connect to SQL Database in the Azure portal by using the SQL Query Editor. Then, run Transact-SQL (T-SQL) statements to query and edit data.
4-
keywords: connect to sql database,azure portal, portal, query editor
4+
keywords: connect to sql database,query sql database, azure portal, portal, query editor
55
services: sql-database
66
ms.service: sql-database
77
ms.subservice: development
@@ -13,25 +13,18 @@ ms.author: ninarn
1313
ms.reviewer: carlrab
1414
ms.date: 03/05/2020
1515
---
16-
# Quickstart: Use the Azure portal's SQL Database Query Editor to query a SQL database
16+
# Quickstart: Use the Azure portal's query editor to query a SQL database
1717

1818
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.
1919

2020
## Prerequisites
2121

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

24-
- The AdventureWorksLT sample SQL Database. If you don't have the AdventureWorksLT SQL Database, use one of the following quickstarts to quickly create it:
25-
26-
|| Single database |
27-
|:--- |:--- |
28-
| Create| [Portal](sql-database-single-database-get-started.md) |
29-
|| [CLI](scripts/sql-database-create-and-configure-database-cli.md) |
30-
|| [PowerShell](scripts/sql-database-create-and-configure-database-powershell.md) |
31-
|||
24+
- [Quickstart: Create a single database in Azure SQL Database using the Azure portal, PowerShell, and Azure CLI](sql-database-single-database-get-started.md)
3225

3326
> [!NOTE]
34-
> The query editor uses ports 443 and 1443 to communicate. Please ensure you have enabled outbound HTTPS traffic on these ports. You will also need to add your outbound IP address to the server's allowed firewall rules to access your databases and data warehouses.
27+
> The query editor uses ports 443 and 1443 to communicate. Please 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 to access your databases and data warehouses.
3528
3629
## Open the SQL Database Query Editor
3730

0 commit comments

Comments
 (0)