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: docs/carbon/get-started-sql-database.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,33 +21,11 @@ This quickstart demonstrates how to use Carbon to connect to an Azure SQL databa
21
21
This quickstart uses as its starting point the resources created in one of these quick starts:
22
22
23
23
-[Create DB - Portal](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-portal)
24
-
-[Create DB - CLI](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-cli.md)
25
-
-[Create DB - PowerShell](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-powershell.md)
24
+
-[Create DB - CLI](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-cli)
25
+
-[Create DB - PowerShell](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-powershell)
26
26
27
27
Before you start, install Carbon by following [these directions](download.md).
28
28
29
-
## Configure Carbon
30
-
31
-
### **Mac OS**
32
-
For macOS, you need to install OpenSSL which is a prerequisite for DotNet Core that mssql extension uses. Open your terminal and enter the following commands to install **brew** and **OpenSSL**.
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.
Copy file name to clipboardExpand all lines: docs/carbon/get-started-sql-dw.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,6 @@ To use this tutorial, you need:
23
23
* Install Carbon by following [these directions](download.md).
24
24
* The fully qualified SQL server name. To find this, see [Connect to SQL Data Warehouse](https://docs.microsoft com/en-us/azure/sql-data-warehouse/sql-data-warehouse-connect-overview).
25
25
26
-
## Configure Carbon
27
-
28
-
### **Mac OS**
29
-
For macOS, you need to install OpenSSL which is a prerequisite for DotNet Core that mssql extension uses. Open your terminal and enter the following commands to install **brew** and **OpenSSL**.
Get the connection information needed to connect to the Azure SQL Data Warehouse. You will need the fully qualified server name, database name, and login information in the next procedures.
Copy file name to clipboardExpand all lines: docs/carbon/get-started-sql-server.md
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Connect and query SQL Server using Carbon on Windows| Microsoft Docs
2
+
title: Connect and query SQL Server using Carbon | Microsoft Docs
3
3
description: Use Carbon to connect to a SQL Server and run a query
4
4
author: yualan
5
5
ms.author: alayu
@@ -13,24 +13,48 @@ ms.topic: quickstart
13
13
ms.date: 10/01/2017
14
14
---
15
15
16
-
# Connect and query SQL Server using Carbon on Windows
16
+
# Connect and query SQL Server using Carbon
17
17
This topic shows how to get started using Carbon with SQL Server databases, and this Quickstart should take about five minutes.
18
18
19
19
## Prerequisites
20
-
Before starting this quickstart, you must have access to a running SQL Server instance. If you don't have it, [download SQL Server 2017 Developer Edition for Windows](https://go.microsoft.com/fwlink/?linkid=853016).
20
+
21
+
### Windows
22
+
Before starting this quickstart, you must have access to a running SQL Server instance. If you don't have it, [download SQL Server 2017 Developer Edition for Windows](https://www.microsoft.com/en-us/sql-server/sql-server-downloads). **Please remember your username and password.**
21
23
22
24
To install Carbon with Windows, follow [these directions](download.md#get-carbon-for-windows).
23
25
26
+
### macOS
27
+
- Before starting this quickstart, please download [Docker](https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac).
28
+
29
+
- You will need access to a running SQL Server instance. On macOS, we will install SQL Server on Docker. Please [follow these instructions to download SQL Server on Docker](https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker). Follow the steps up to "Create and Query Data." Please remember your username and password.
30
+
31
+
- To install Carbon with macOS, follow [these directions](download.md#get-carbon-for-macos).
32
+
33
+
### Linux
34
+
Before starting this quickstart, you must have access to a running SQL Server instance. If you don't have it, [download SQL Server 2017 Developer Edition on Linux](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-overview#install).
35
+
**Note:** You only need to follow the steps up to "Create and Query Data", and please make sure you remember your SQL Login and Password that you will have setup after following these tutorials.
36
+
37
+
To install Carbon with Linux, follow [these directions](download.md#get-carbon-for-linux).
38
+
24
39
## Connect to a server
25
-
1. When first loading Carbon, a connection page should be displayed. If not, click the **New Connection** icon on the top left.
40
+
1. If you do not have a SQL Server instance to connect to, run the following command on docker (requirement for macOS prerequisite).
0 commit comments