Skip to content

Commit c8fee62

Browse files
author
stevestein
committed
sqldb - final edits
1 parent beef325 commit c8fee62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ ms.topic: quickstart
1111
author: Ninarn
1212
ms.author: ninarn
1313
ms.reviewer: carlrab
14-
ms.date: 03/11/2020
14+
ms.date: 03/12/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 running SQL queries against your Azure SQL Database or Azure Synapse Analytics (formerly SQL Data Warehouse).
18+
The query editor is a tool in the Azure portal for running SQL queries against your Azure SQL Database or Azure SQL Data Warehouse.
1919

20-
In this quickstart, you'll use the Azure portal's SQL Database query editor to run Transact-SQL (T-SQL) queries against an Azure SQL Database.
20+
In this quickstart, you'll use the query editor in the portal to run Transact-SQL (T-SQL) queries against an Azure SQL database.
2121

2222

2323
## Prerequisites
2424

25-
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:
25+
To complete this quickstart you need the AdventureWorksLT sample database. If you don't have a working copy of the AdventureWorksLT SQL Database, the following quickstart quickly creates one:
2626

2727
- [Quickstart: Create a single Azure SQL database using the Azure portal, PowerShell, or Azure CLI](sql-database-single-database-get-started.md)
2828

@@ -46,7 +46,7 @@ If you get one of the following errors in the query editor: *Your local network
4646

4747
## Connect using SQL Authentication
4848

49-
Even though you're signed into the portal, you still need to provide credentials to access the SQL database. For using Azure Active Directory to connect to your database, skip to [the following section](#connect-using-azure-active-directory).
49+
Even though you're signed into 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).
5050

5151
1. In the **Login** page, under **SQL server authentication**, 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.
5252

0 commit comments

Comments
 (0)