Skip to content

Commit dc74109

Browse files
authored
Merge pull request #461 from MattIrv/patch-1
Update sql-server-linux-develop-use-vscode.md
2 parents e5eb0d4 + d5b386d commit dc74109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/sql-server-linux-develop-use-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following steps show how to connect to SQL Server with VS Code.
9292
9393
| Setting | Description |
9494
|-----|-----|
95-
| **Server name** | The SQL Server instance name. For this tutorial, use **localhost** to connect to the local SQL Server instance on your machine. If connecting to a remote SQL Server, enter the name of the target SQL Server machine or its IP address. |
95+
| **Server name** | The SQL Server instance name. For this tutorial, use **localhost** to connect to the local SQL Server instance on your machine. If connecting to a remote SQL Server, enter the name of the target SQL Server machine or its IP address. If you need to specify a port for your SQL Server instance, use a comma to separate it from the name. For example for a local server running on port 1401 you would enter **localhost,1401**. |
9696
| **[Optional] Database name** | The database that you want to use. For purposes of this tutorial, don't specify a database and press **ENTER** to continue. |
9797
| **User name** | Enter the name of a user with access to a database on the server. For this tutorial, use the default **SA** account created during the SQL Server setup. |
9898
| **Password (SQL Login)** | Enter the password for the specified user. |

0 commit comments

Comments
 (0)