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/linux/sql-server-linux-connect-and-query.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ ms.assetid:
29
29
This topic provides an overview of how to connect and run Transact-SQL (TSQL) queries on SQL Server vNext CTP1 running on Linux. In many ways the connection techniques and T-SQL commands do not differ between platforms. But this topic looks at the requirements and tools for Linux and then provides references to other resources.
30
30
31
31
## Connection requirements
32
-
To connect to SQL Server on Linux, you must use SQL Authentication (username and password). In order to remotely connect, you must open the port that SQL Server is listening on. The default instance of SQL Server listens on TCP port 1433.
32
+
To connect to SQL Server on Linux, you must use SQL Authentication (username and password). To connect remotely, you must open the port that SQL Server is listening on. The default instance of SQL Server listens on TCP port 1433.
33
33
34
34
### Connection requirements for Azure virtual machines
35
35
If you are running Linux in an Azure virtual machine (VM), you must create a Network Security Group rule that allows traffic to TCP port 1433.
36
36
37
-
1. In the Azure portal, select your Linux VM, and then select the **Network interfaces** setting.
38
-
2. In the next blade, select your network interface to view its properties.
39
-
3. In the Network interface blade, click the **Network security group** link to manage the Network Security Group associated with your VM.
40
-
4. Crate a Network Security Group rule. For step-by-step instructions, use the steps in [Create rules in an existing NSG](https://azure.microsoft.com/documentation/articles/virtual-networks-create-nsg-arm-pportal/#create-rules-in-an-existing-nsg). These provide the steps for creating an NSG rule, but you must customize your rule for incoming TCP traffic on port 1433.
37
+
1. In the Azure portal, select your Linux VM, and then select the **Network interfaces** setting.
38
+
2. In the next blade, select your network interface to view its properties.
39
+
3. In the Network interface blade, click the **Network security group** link to manage the Network Security Group associated with your VM.
40
+
4. Crate a Network Security Group rule. For step-by-step instructions, use the steps in [Create rules in an existing NSG](https://azure.microsoft.com/documentation/articles/virtual-networks-create-nsg-arm-pportal/#create-rules-in-an-existing-nsg). These provide the steps for creating an NSG rule, but you must customize your rule for incoming TCP traffic on port 1433.
41
41
42
42
## Connection scenarios
43
43
There are several tools that you can use to connect and query SQL Server.
0 commit comments