We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2861b5e + befb731 commit b3a884cCopy full SHA for b3a884c
1 file changed
docs/linux/sql-server-linux-manage-ssms.md
@@ -52,7 +52,7 @@ Use the following basic steps to get connected:
52
| Setting | Description |
53
|-----|-----|
54
| **Server type** | The default is database engine; do not change this value. |
55
- | **Server name** | Enter the name of the target Linux SQL Server machine or its IP address. |
+ | **Server name** | Enter the name of the target Linux SQL Server machine, or its IP address and port in the format `IP,port`. |
56
| **Authentication** | For SQL Server on Linux, use **SQL Server Authentication**. |
57
| **Login** | Enter the name of a user with access to a database on the server (for example, the default **SA** account created during setup). |
58
| **Password** | Enter the password for the specified user (for the **SA** account, you created this during setup). |
0 commit comments