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
# 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 any 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**.
0 commit comments