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/download.md
+41-43Lines changed: 41 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,29 @@
1
1
---
2
-
title: Download and install Carbon | Microsoft Docs
3
-
description: 'Download and Install Carbon for Linux, macOS, or Windows'
4
-
keywords: Carbon, install Carbon, download Carbon
5
-
services:
6
-
documentationcenter: ''
7
-
author: stevestein
2
+
title: Download and install Microsoft SQL Operations Studio | Microsoft Docs
3
+
description: 'Download and Install Microsoft SQL Operations Studio for Windows, macOS, or Linux'
4
+
keywords: Microsoft SQL Operations Studio, install Microsoft SQL Operations Studio, download Microsoft SQL Operations Studio
5
+
ms.custom: "tools|sos"
6
+
ms.date: "10/31/2017"
7
+
ms.prod: "sql-non-specified"
8
+
ms.reviewer: "alayu; erickang; sanagama; sstein"
9
+
ms.suite: "sql"
10
+
ms.tgt_pltfrm: ""
11
+
ms.topic: "article"
12
+
author: "stevestein"
13
+
ms.author: "sstein"
8
14
manager: craigg
9
-
editor:
10
-
11
-
ms.assetid:
12
-
ms.service:
13
-
ms.custom:
14
-
ms.devlang: na
15
-
ms.topic: article
16
-
ms.tgt_pltfrm: na
17
-
ms.prod: NEEDED
18
-
ms.workload: data-management
19
-
ms.date: 10/19/2017
20
-
ms.author: sstein
15
+
ms.workload: "Inactive"
21
16
---
22
-
# Download and install Carbon
17
+
# Download and install Microsoft SQL Operations Studio
23
18
24
-
[Carbon](index.md) is a lightweight, open source, multi-OS and multi-database tool, designed from the ground-up for DBAs and developers. Carbon simplifies configuration, management, monitoring, and troubleshooting of databases.
19
+
[!INCLUDE[name-sos-short](../includes/name-sos-short.md)] is a free, lightweight, modern database development and management tool that runs on Windows, macOS, and Linux. Use [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] to manage SQL Server running anywhere, Azure SQL Database, and Azure SQL Data Warehouse.
25
20
26
21
> [!NOTE]
27
-
> This preview version of Carbon installs by copying a zip (tar) file to your local computer, extracting (expanding) the file, and running the executable.
22
+
> This preview version of [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] installs by copying a zip (tar) file to your local computer, extracting (expanding) the file, and running the executable.
28
23
29
24
## Supported Operating Systems
30
25
31
-
Carbon runs on Linux, Mac, and Windows.
26
+
Carbon runs on Windows, macOS, and Linux.
32
27
33
28
Carbon is supported on the following platforms:
34
29
@@ -38,7 +33,7 @@ Carbon is supported on the following platforms:
38
33
| Mac | macOS Sierra (10.12), macOS High Sierra (10.13) |
39
34
| Linux | Ubuntu 16.04 LTS, Red Hat Enterprise Linux 7.3 (RHEL)|
40
35
41
-
??NEED TO FINALIZE THE ABOVE LIST- I grabbed this info from the mail thread about supported OS's
36
+
??NEED TO FINALIZE THE ABOVE LIST- I grabbed this info from the mail thread about supported OSs
42
37
43
38
Other Potential Platforms
44
39
- Windows 8.1 (64-bit)
@@ -57,26 +52,14 @@ Other Potential Platforms
57
52
## Get Carbon for Windows
58
53
59
54
1. Download [Carbon for Windows](https://github.com/Microsoft/carbon/releases/download/v0.20.0/2017-Sep-27-carbon-windows.zip) to your local computer.
60
-
2. Browse to the downloaded file and extract it.
61
-
3. Run *\Carbon\Carbon-windows\Carbon.exe*[VERIFY PATH]
62
55
56
+
> [!IMPORTANT]
57
+
> Executable files may be blocked by Windows when zip files are downloaded from an external source and extracted. Follow the steps below to unblock the .zip file before extracting.
# Azure SQL Database: Use Carbon to connect and query data
17
+
# Azure SQL Database: Use [!INCLUDE[name-sos](../includes/name-sos-short.md)] to connect and query data
16
18
17
-
This quickstart demonstrates how to use Carbon to connect to an Azure SQL database, and then use Transact-SQL statements to create, insert, and select data in the database.
19
+
This quickstart demonstrates how to use [!INCLUDE[name-sos](../includes/name-sos-short.md)] to connect to an Azure SQL database, and then use Transact-SQL (T-SQL)statements to create, insert, and select data.
18
20
19
21
## Prerequisites
20
22
21
-
This quickstart uses as its starting point the resources created in one of these quick starts:
23
+
To complete this quickstart, you need [!INCLUDE[name-sos](../includes/name-sos-short.md)], and an Azure SQL server where you have *CREATE DATABASE* permissions.
22
24
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)
25
-
-[Create DB - PowerShell](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-powershell)
Before you start, install Carbon by following [these directions](download.md).
27
+
If you don't already have an Azure SQL server, complete one of the following Azure SQL Database quickstarts:
28
28
29
-
## SQL server connection information
29
+
-[Create DB - Portal](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-portal)
30
+
-[Create DB - CLI](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-cli)
31
+
-[Create DB - PowerShell](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-powershell)
30
32
31
-
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.
33
+
34
+
## Get your Azure SQL server connection string
35
+
36
+
Get the connection information needed to connect to the Azure SQL database. You need the fully qualified server name, database name, and login information in the next procedures.
32
37
33
38
1. Log in to the [Azure portal](https://portal.azure.com/).
34
39
@@ -43,39 +48,34 @@ Get the connection information needed to connect to the Azure SQL database. You
43
48
44
49
## Connect to your database
45
50
46
-
Use Carbon to establish a connection to your Azure SQL Database server.
51
+
Use [!INCLUDE[name-sos](../includes/name-sos-short.md)] to establish a connection to your Azure SQL Database server.
47
52
48
-
> [!IMPORTANT]
49
-
> Before continuing, make sure that you have your server, database, and login information ready. Once you begin entering the connection profile information, if you change your focus from Carbon, you have to restart creating the connection profile.
50
-
>
51
-
52
-
1. When first loading Carbon, a connection page should be displayed. If not, click the **New Connection** icon on the top left.
53
+
1. The first time you run [!INCLUDE[name-sos](../includes/name-sos-short.md)] the **Connection** page should open. If the **Connection** page doesn't open, click the **New Connection** icon in the **SERVERS** page:
3. If you are successfully connected, ignore this step. If you see the following screen, you will need to register your IP address. You can do this through Carbon by clicking add an account, logging in with your Azure credentials, and then adding your IP.
70
+
3. If you are successfully connected, skip ahead to the next section. If you see the *Create firewall rule*screen, you need to register your IP address. Add an account, and click **OK**.
1. Right click on the results table and save as a **Excel** file.
143
+
1. Right click on the results table and save as an Excel** file.
140
144
141
145

142
146
@@ -147,12 +151,12 @@ View an existing, built-in widget through the dashboard.
147
151
148
152
## Clean up resources
149
153
> [!TIP]
150
-
> Other Quickstarts in this collection build upon this quick start. If you plan to continue on to work with subsequent quickstarts, **do not clean up the resources created in this quickstart**. If you do not plan to continue, use the following steps to delete resources created by this quickstart in the Azure portal.
154
+
> Other articles in this collection build upon this quickstart. If you plan to continue on to work with subsequent quickstarts, **do not clean up the resources created in this quickstart**. If you do not plan to continue, use the following steps to delete resources created by this quickstart in the Azure portal.
151
155
Clean up the resources you created in the quickstart either by deleting the ...
152
156
153
157
To delete the entire resource group including the newly created server:
154
-
1. Locate your resource group in the Azure portal. From the left-hand menu in the Azure portal, click **Resource groups** and then click the name of your resource group, such as our example **myresourcegroup**.
155
-
2. On your resource group page, click **Delete**. Then type the name of your resource group, such as our example **myresourcegroup**, in the text box to confirm deletion, and then click **Delete**.
158
+
1. Locate your resource group in the Azure portal. From the left-hand menu in the Azure portal, click **Resource groups** and then click the name of your resource group, for example:**myresourcegroup**.
159
+
2. On your resource group page, click **Delete**. Then type the name of your resource group, for example:**myresourcegroup**, in the text box to confirm deletion, and then click **Delete**.
156
160
157
161
Or instead, to delete the newly created server:
158
162
1. Locate your server in the Azure portal, if you do not have it open. From the left-hand menu in Azure portal, click **All resources**, and then search for the server you created.
@@ -161,10 +165,4 @@ Or instead, to delete the newly created server:
161
165
162
166
## Next steps
163
167
> [!div class="nextstepaction"]
164
-
> [Apply modern code flow using Carbon](tutorial-modern-code-flow-sql-server.md)
165
-
166
-
> [!div class="nextstepaction"]
167
-
> [Monitor your SQL Server databases using Carbon](tutorial-monitoring-sql-server.md)
168
-
169
-
> [!div class="nextstepaction"]
170
-
> [Backup and restore your SQL Server databases using Carbon](tutorial-backup-restore-sql-server.md)
168
+
> [Apply modern code flow using [!INCLUDE[name-sos](../includes/name-sos-short.md)]](tutorial-modern-code-flow-sql-server.md)
0 commit comments