Skip to content

Commit 27d20f1

Browse files
author
stevestein
committed
removing Carbon
1 parent 0f7cb32 commit 27d20f1

17 files changed

Lines changed: 49 additions & 323 deletions

docs/carbon/TOC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [Carbon Documentation](index.md)
2-
# [Download and Install Carbon](download.md)
1+
# [SQL Operations Studio Documentation](index.md)
2+
# [Download and Install SQL Operations Studio](download.md)
33
# [FAQ](faq.md)
44
# [Overview](overview.md)
55
# Quickstarts
@@ -26,5 +26,5 @@
2626
## [Windows authentication (Kerberos)](enable-kerberos.md)
2727
# Reference
2828
# Resources
29-
## [Carbon GitHub repo](https://www.github.com/Microsoft/Carbon)
29+
## [SQL Operations Studio GitHub repo](https://www.github.com/Microsoft/Carbon)
3030
# [Usage Data Collection](usage-data-collection.md)

docs/carbon/get-started-sql-database.md

Lines changed: 41 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
11
---
2-
title: Connect and query an Azure SQL database using Carbon | Microsoft Docs
3-
description: Use Carbon to connect to a SQL database and run a query
4-
author: yualan
5-
ms.author: alayu
2+
title: Connect and query an Azure SQL database using SQL Operations Studio | Microsoft Docs
3+
description: Use SQL Operations Studio to connect to a SQL database and run a query
4+
keywords:
5+
ms.custom: "tools|sos"
6+
ms.date: "11/01/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: "quickstart"
12+
author: "yualan"
13+
ms.author: "alayu"
614
manager: craigg
7-
ms.reviewer: achatter, alayu, erickang, sanagama, sstein
8-
ms.service: data-tools
9-
ms.workload: data-tools
10-
ms.prod: NEEDED
11-
ms.custom: mvc
12-
ms.topic: quickstart
13-
ms.date: 10/01/2017
15+
ms.workload: "Inactive"
1416
---
15-
# 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
1618

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.
1820

1921
## Prerequisites
2022

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.
2224

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)
25+
- [Install [!INCLUDE[name-sos](../includes/name-sos-short.md)]](download.md).
2626

27-
Before you start, install Carbon by following [these directions](download.md).
27+
If you don't already have an Azure SQL server, complete any one of the following Azure SQL Database quickstarts:
2828

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)
3032

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.
3237

3338
1. Log in to the [Azure portal](https://portal.azure.com/).
3439

@@ -43,39 +48,34 @@ Get the connection information needed to connect to the Azure SQL database. You
4348

4449
## Connect to your database
4550

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.
4752

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:
5354

5455
![New Connection Icon](media/get-started-sql-database/new-connection-icon.png)
5556

56-
2. Follow the prompts to specify the connection properties for the new connection profile. After specifying each value, press **ENTER** to continue.
57+
2. This article uses *SQL Login*, but *Windows Authentication* is also supported. Fill in the fields as follows:
5758

58-
| Setting       | Suggested value | Description |
59-
| ------------ | ------------------ | ------------------------------------------------- |
60-
| **Authentication** | SQL Login| SQL Authentication is the only authentication type that we have configured in this tutorial. |
61-
| **User name** | The server admin account | This is the account that you specified when you created the server. |
62-
| **Password (SQL Login)** | The password for your server admin account | This is the password that you specified when you created the server. |
63-
| **Save Password?** | Yes or No | Select Yes if you do not want to enter the password each time. |
64-
| **Database name** | *leave blank* | The name of the database to which to connect. |
65-
| **Server Group** | Select \<Default\> | If you created a server group, you can set to a specific server group. |
59+
| Setting | Suggested value |
60+
| :--- | :--- |
61+
| **Authentication** | SQL Login |
62+
| **User name** | The server admin account |
63+
| **Password (SQL Login)** | The password for your Azure SQL server |
64+
| **Save Password?** | Yes or No - Select Yes if you do not want to enter the password each time. |
65+
| **Database name** | *leave blank* |
66+
| **Server Group** | Select \<Default\> |
6667

6768
![New Connection Icon](media/get-started-sql-database/new-connection-screen.png)
6869

69-
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**.
7071

7172
![Firewall image](media/get-started-sql-database/setup-firewall-ip.png)
7273

73-
4. You should see your connection in the object explorer.
7474

7575
## Create a tutorial database
76-
1. Right click on your server in the object explorer and select **New Query.**
76+
1. Right click on your Azure SQL server in the SERVERS screen and select **New Query.**
7777

78-
2. Copy the snippet below and paste in the query window. Click **Run** to execute the query.
78+
1. Paste the following snippet into the query window.
7979

8080
```sql
8181
IF NOT EXISTS (
@@ -89,6 +89,7 @@ Use Carbon to establish a connection to your Azure SQL Database server.
8989
ALTER DATABASE [TutorialDB] SET QUERY_STORE=ON
9090
GO
9191
```
92+
1. To execute the query click **Run**.
9293

9394
## Create a table
9495
1. Copy the snippet below and paste in the query window.
@@ -161,10 +162,4 @@ Or instead, to delete the newly created server:
161162

162163
## Next steps
163164
> [!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)
165+
> [Apply modern code flow using [!INCLUDE[name-sos](../includes/name-sos-short.md)]](tutorial-modern-code-flow-sql-server.md)

docs/carbon/get-started-sql-server-linux.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)