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-dotnet-core.md
+5-17
Original file line number
Diff line number
Diff line change
@@ -16,36 +16,24 @@ ms.devlang: dotnet
16
16
ms.topic: quickstart
17
17
ms.date: 07/05/2017
18
18
ms.author: carlrab
19
-
20
19
---
21
20
# Use .NET Core (C#) to query an Azure SQL database
22
21
23
-
This quick start tutorial demonstrates how to use [.NET Core](https://www.microsoft.com/net/) on Windows/Linux/macOS to create a C# program to connect to an Azure SQL database and use Transact-SQL statements to query data.
22
+
This quickstart tutorial demonstrates how to use [.NET Core](https://www.microsoft.com/net/) on Windows/Linux/macOS to create a C# program to connect to an Azure SQL database and use Transact-SQL statements to query data.
24
23
25
24
## Prerequisites
26
25
27
-
To complete this quick start tutorial, make sure you have the following:
26
+
To complete this quickstart tutorial, make sure you have the following:
28
27
29
-
- An Azure SQL database. This quick start uses the resources created in one of these quick starts:
-[Create DB - Portal](sql-database-get-started-portal.md)
32
-
-[Create DB - CLI](sql-database-get-started-cli.md)
33
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
30
+
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
34
31
35
-
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quick start tutorial.
36
32
- You have installed [.NET Core for your operating system](https://www.microsoft.com/net/core).
37
33
38
34
## SQL server connection information
39
35
40
-
Get the connection information needed to connect to the Azure SQL database. You will need the fully qualified server name, database name, and login information in the next procedures.
41
-
42
-
1. Log in to the [Azure portal](https://portal.azure.com/).
43
-
2. Select **SQL Databases** from the left-hand menu, and click your database on the **SQL databases** page.
44
-
3. On the **Overview** page for your database, review the fully qualified server name as shown in the following image. You can hover over the server name to bring up the **Click to copy** option.
4. If you forget your Azure SQL Database server login information, navigate to the SQL Database server page to view the server admin name. You can reset the password if necessary.
Copy file name to clipboardexpand all lines: articles/sql-database/sql-database-connect-query-dotnet-visual-studio.md
+5-17
Original file line number
Diff line number
Diff line change
@@ -17,36 +17,24 @@ ms.topic: quickstart
17
17
ms.date: 07/05/2017
18
18
ms.author: carlrab
19
19
ms.custom: devcenter
20
-
21
20
---
22
21
# Use .NET (C#) with Visual Studio to connect and query an Azure SQL database
23
22
24
-
This quick start tutorial demonstrates how to use the [.NET framework](https://www.microsoft.com/net/) to create a C# program with Visual Studio to connect to an Azure SQL database and use Transact-SQL statements to query data.
23
+
This quickstart tutorial demonstrates how to use the [.NET framework](https://www.microsoft.com/net/) to create a C# program with Visual Studio to connect to an Azure SQL database and use Transact-SQL statements to query data.
25
24
26
25
## Prerequisites
27
26
28
-
To complete this quick start tutorial, make sure you have the following:
27
+
To complete this quickstart tutorial, make sure you have the following:
29
28
30
-
- An Azure SQL database. This quick start uses the resources created in one of these quick starts:
-[Create DB - Portal](sql-database-get-started-portal.md)
33
-
-[Create DB - CLI](sql-database-get-started-cli.md)
34
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
31
+
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
35
32
36
-
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quick start tutorial.
37
33
- An installation of [Visual Studio Community 2017, Visual Studio Professional 2017, or Visual Studio Enterprise 2017](https://www.visualstudio.com/downloads/).
38
34
39
35
## SQL server connection information
40
36
41
-
Get the connection information needed to connect to the Azure SQL database. You will need the fully qualified server name, database name, and login information in the next procedures.
42
-
43
-
1. Log in to the [Azure portal](https://portal.azure.com/).
44
-
2. Select **SQL Databases** from the left-hand menu, and click your database on the **SQL databases** page.
45
-
3. On the **Overview** page for your database, review the fully qualified server name as shown in the following image. You can hover over the server name to bring up the **Click to copy** option.
4. If you forget your Azure SQL Database server login information, navigate to the SQL Database server page to view the server admin name. You can reset the password if necessary.
- A [server-level firewall rule](../articles/sql-database/sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
29
31
30
32
- You have installed Go and related software for your operating system.
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
29
31
30
32
- You have installed Java and related software for your operating system.
Copy file name to clipboardexpand all lines: articles/sql-database/sql-database-connect-query-nodejs.md
+6-19
Original file line number
Diff line number
Diff line change
@@ -14,41 +14,29 @@ ms.workload: "On Demand"
14
14
ms.tgt_pltfrm: na
15
15
ms.devlang: nodejs
16
16
ms.topic: quickstart
17
-
ms.date: 07/05/2017
17
+
ms.date: 07/06/2017
18
18
ms.author: carlrab
19
-
20
19
---
21
20
# Use Node.js to query an Azure SQL database
22
21
23
-
This quick start tutorial demonstrates how to use [Node.js](https://nodejs.org/en/) to create a program to connect to an Azure SQL database and use Transact-SQL statements to query data.
22
+
This quickstart tutorial demonstrates how to use [Node.js](https://nodejs.org/en/) to create a program to connect to an Azure SQL database and use Transact-SQL statements to query data.
24
23
25
24
## Prerequisites
26
25
27
-
To complete this quick start tutorial, make sure you have the following:
26
+
To complete this quickstart tutorial, make sure you have the following:
28
27
29
-
- An Azure SQL database. This quick start uses the resources created in one of these quick starts:
-[Create DB - Portal](sql-database-get-started-portal.md)
32
-
-[Create DB - CLI](sql-database-get-started-cli.md)
33
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
30
+
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
34
31
35
-
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quick start tutorial.
36
32
- You have installed Node.js and related software for your operating system.
37
33
-**MacOS**: Install Homebrew and Node.js, and then install the ODBC driver and SQLCMD. See [Step 1.2 and 1.3](https://www.microsoft.com/sql-server/developer-get-started/node/mac/).
38
34
-**Ubuntu**: Install Node.js, and then install the ODBC driver and SQLCMD. See [Step 1.2 and 1.3](https://www.microsoft.com/sql-server/developer-get-started/node/ubuntu/) .
39
35
-**Windows**: Install Chocolatey and Node.js, and then install the ODBC driver and SQL CMD. See [Step 1.2 and 1.3](https://www.microsoft.com/sql-server/developer-get-started/node/windows/).
40
36
41
37
## SQL server connection information
42
38
43
-
Get the connection information needed to connect to the Azure SQL database. You will need the fully qualified server name, database name, and login information in the next procedures.
44
-
45
-
1. Log in to the [Azure portal](https://portal.azure.com/).
46
-
2. Select **SQL Databases** from the left-hand menu, and click your database on the **SQL databases** page.
47
-
3. On the **Overview** page for your database, review the fully qualified server name as shown in the following image. You can hover over the server name to bring up the **Click to copy** option.
4. If you have forgotten the login information for your Azure SQL Database server, navigate to the SQL Database server page to view the server admin name and, if necessary, reset the password.
> You must have a firewall rule in place for the public IP address of the computer on which you perform this tutorial. If you are on a different computer or have a different public IP address, create a [server-level firewall rule using the Azure portal](sql-database-get-started-portal.md#create-a-server-level-firewall-rule).
@@ -142,4 +130,3 @@ Open a command prompt and create a folder named *sqltest*. Navigate to the folde
142
130
- Learn how to [Connect and query with SSMS](sql-database-connect-query-ssms.md)
143
131
- Learn how to [Connect and query with Visual Studio Code](sql-database-connect-query-vscode.md).
Copy file name to clipboardexpand all lines: articles/sql-database/sql-database-connect-query-php.md
+5-18
Original file line number
Diff line number
Diff line change
@@ -16,23 +16,18 @@ ms.devlang: php
16
16
ms.topic: quickstart
17
17
ms.date: 08/08/2017
18
18
ms.author: carlrab
19
-
20
19
---
21
20
# Use PHP to query an Azure SQL database
22
21
23
-
This quick start tutorial demonstrates how to use [PHP](http://php.net/manual/en/intro-whatis.php) to create a program to connect to an Azure SQL database and use Transact-SQL statements to query data.
22
+
This quickstart tutorial demonstrates how to use [PHP](http://php.net/manual/en/intro-whatis.php) to create a program to connect to an Azure SQL database and use Transact-SQL statements to query data.
24
23
25
24
## Prerequisites
26
25
27
-
To complete this quick start tutorial, make sure you have the following:
28
-
29
-
- An Azure SQL database. This quick start uses the resources created in one of these quick starts:
26
+
To complete this quickstart tutorial, make sure you have the following:
30
27
31
-
-[Create DB - Portal](sql-database-get-started-portal.md)
32
-
-[Create DB - CLI](sql-database-get-started-cli.md)
33
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quick start tutorial.
30
+
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
36
31
37
32
- You have installed PHP and related software for your operating system.
38
33
@@ -42,15 +37,7 @@ To complete this quick start tutorial, make sure you have the following:
42
37
43
38
## SQL server connection information
44
39
45
-
Get the connection information needed to connect to the Azure SQL database. You will need the fully qualified server name, database name, and login information in the next procedures.
46
-
47
-
1. Log in to the [Azure portal](https://portal.azure.com/).
48
-
2. Select **SQL Databases** from the left-hand menu, and click your database on the **SQL databases** page.
49
-
3. On the **Overview** page for your database, review the fully qualified server name as shown in the following image. You can hover over the server name to bring up the **Click to copy** option.
4. If you forget your server login information, navigate to the SQL Database server page to view the server admin name and, if necessary, reset the password.
Copy file name to clipboardexpand all lines: articles/sql-database/sql-database-connect-query-portal.md
+3-6
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,13 @@ ms.author: ayolubek
21
21
---
22
22
# Azure portal: Use the SQL Query Editor to connect and query data
23
23
24
-
The SQL Query Editor is a browser query tool that provides an efficient and lightweight way to execute SQL queries on your Azure SQL Database or Azure SQL Data Warehouse without leaving the Azure portal. This quick start demonstrates how to use the Query Editor to connect to a SQL database, and then use Transact-SQL statements to query, insert, update, and delete data in the database.
24
+
The SQL Query Editor is a browser query tool that provides an efficient and lightweight way to execute SQL queries on your Azure SQL Database or Azure SQL Data Warehouse without leaving the Azure portal. This quickstart demonstrates how to use the Query Editor to connect to a SQL database, and then use Transact-SQL statements to query, insert, update, and delete data in the database.
25
25
26
26
## Prerequisites
27
27
28
-
This quick start uses as its starting point the resources created in one of these quick starts:
29
-
30
-
-[Create DB - Portal](sql-database-get-started-portal.md)
31
-
-[Create DB - CLI](sql-database-get-started-cli.md)
32
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
28
+
This quickstart uses as its starting point the resources created in one of these quickstarts:
Copy file name to clipboardexpand all lines: articles/sql-database/sql-database-connect-query-python.md
+5-17
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,15 @@ ms.author: carlrab
19
19
---
20
20
# Use Python to query an Azure SQL database
21
21
22
-
This quick start demonstrates how to use [Python](https://python.org) to connect to an Azure SQL database and use Transact-SQL statements to query data.
22
+
This quickstart demonstrates how to use [Python](https://python.org) to connect to an Azure SQL database and use Transact-SQL statements to query data.
23
23
24
24
## Prerequisites
25
25
26
-
To complete this quick start tutorial, make sure you have the following:
26
+
To complete this quickstart tutorial, make sure you have the following:
27
27
28
-
- An Azure SQL database. This quick start uses the resources created in one of these quick starts:
-[Create DB - Portal](sql-database-get-started-portal.md)
31
-
-[Create DB - CLI](sql-database-get-started-cli.md)
32
-
-[Create DB - PowerShell](sql-database-get-started-powershell.md)
33
-
34
-
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quick start tutorial.
30
+
- A [server-level firewall rule](sql-database-get-started-portal.md#create-a-server-level-firewall-rule) for the public IP address of the computer you use for this quickstart tutorial.
35
31
36
32
- You have installed Python and related software for your operating system.
37
33
@@ -41,15 +37,7 @@ To complete this quick start tutorial, make sure you have the following:
41
37
42
38
## SQL server connection information
43
39
44
-
Get the connection information needed to connect to the Azure SQL database. You will need the fully qualified server name, database name, and login information in the next procedures.
45
-
46
-
1. Log in to the [Azure portal](https://portal.azure.com/).
47
-
2. Select **SQL Databases** from the left-hand menu, and click your database on the **SQL databases** page.
48
-
3. On the **Overview** page for your database, review the fully qualified server name as shown in the following image. You can hover over the server name to bring up the **Click to copy** option.
4. If you forget your server login information, navigate to the SQL Database server page to view the server admin name and, if necessary, reset the password.
0 commit comments