Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to another port #6

Closed
eternalbard opened this issue Jul 19, 2016 · 3 comments
Closed

Connecting to another port #6

eternalbard opened this issue Jul 19, 2016 · 3 comments
Assignees

Comments

@eternalbard
Copy link

I can't connect to a different SQL Server port. With ':Port' or ',Port' it always try to connect to 'MSSQLAddress:1433', like 'MSSQLAddress,1000:1433' or 'MSSQLAddress,1000:1433'.

Is there a way or is something missing?

@usoluyun
Copy link

same issues. How can I specify a different port?

@sanagama
Copy link
Owner

Hi, thanks for your feedback. I'll work on supporting a user-specified port and release an update this week.

@sanagama sanagama self-assigned this Jul 25, 2016
@sanagama
Copy link
Owner

sanagama commented Jul 25, 2016

Hi, support to optionally specify a port has been added to version 0.0.4 of the extension published on the VS Code marketplace. Please update the extension and let me know if this works for you. Here's an example of how you can optionally specify a custom port in the connection setting:

{
    "vscode-mssql.connections":
    [
        {
            "server": "mytestserver1",
            "database": "mytestdatabase",
            "user": "sanagama",
            "port": 8181
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants