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-java.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this quickstart, you use Java to connect to an Azure SQL database and use T-S
18
18
19
19
## Prerequisites
20
20
21
-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
22
22
23
23
- An [Azure SQL database](sql-database-single-database-get-started.md)
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-connect-query-nodejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ In this quickstart, you use Node.js to connect to an Azure SQL database and use
18
18
19
19
## Prerequisites
20
20
21
-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
22
22
23
23
- An [Azure SQL database](sql-database-single-database-get-started.md)
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-connect-query-python.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,22 @@ In this quickstart, you use Python to connect to an Azure SQL database and use T
18
18
19
19
## Prerequisites
20
20
21
-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
21
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
22
22
23
23
- An [Azure SQL database](sql-database-single-database-get-started.md)
24
-
25
-
> [!IMPORTANT]
26
-
> The scripts in this article are written to use the **Adventure Works** database.
27
-
28
-
> [!NOTE]
29
-
> You can optionally choose to use an Azure SQL managed instance.
30
-
>
31
-
> To create and configure, use the [Azure Portal](sql-database-managed-instance-get-started.md), [PowerShell](scripts/sql-database-create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](sql-database-managed-instance-configure-p2s.md) or [VM](sql-database-managed-instance-configure-vm.md) connectivity.
32
-
>
33
-
> To load data, see [restore with BACPAC](sql-database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](sql-database-managed-instance-get-started-restore.md).
34
24
35
25
-[Python](https://python.org/downloads) 3 and related software
36
26
27
+
> [!IMPORTANT]
28
+
> The scripts in this article are written to use the **Adventure Works** database.
29
+
30
+
> [!NOTE]
31
+
> You can optionally choose to use an Azure SQL managed instance.
32
+
>
33
+
> To create and configure, use the [Azure Portal](sql-database-managed-instance-get-started.md), [PowerShell](scripts/sql-database-create-configure-managed-instance-powershell.md), or [CLI](https://medium.com/azure-sqldb-managed-instance/working-with-sql-managed-instance-using-azure-cli-611795fe0b44), then setup [on-site](sql-database-managed-instance-configure-p2s.md) or [VM](sql-database-managed-instance-configure-vm.md) connectivity.
34
+
>
35
+
> To load data, see [restore with BACPAC](sql-database-import.md) with the [Adventure Works](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works) file, or see [restore the Wide World Importers database](sql-database-managed-instance-get-started-restore.md).
36
+
37
37
# [macOS](#tab/macos)
38
38
39
39
To install Homebrew and Python, the ODBC driver and SQLCMD, and the Python driver for SQL Server, use steps **1.2**, **1.3**, and **2.1** in [create Python apps using SQL Server on macOS](https://www.microsoft.com/sql-server/developer-get-started/python/mac/).
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-connect-query-r.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
22
22
23
23
## Prerequisites
24
24
25
-
- An Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
25
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
26
26
27
27
- An [Azure SQL database](sql-database-single-database-get-started.md)
28
28
@@ -36,9 +36,7 @@ In this quickstart, you use R with Machine Learning Services to connect to an Az
36
36
> [!NOTE]
37
37
> During the public preview, Microsoft will onboard you and enable machine learning for your existing or new database, however the managed instance deployment option is currently not supported.
38
38
39
-
Machine Learning Services with R is a feature of Azure SQL database used for executing in-database R scripts.
40
-
41
-
For more information, see the [R Project](https://www.r-project.org/).
39
+
Machine Learning Services with R is a feature of Azure SQL database used for executing in-database R scripts. For more information, see the [R Project](https://www.r-project.org/).
0 commit comments