vscode-sql-notebook icon indicating copy to clipboard operation
vscode-sql-notebook copied to clipboard

Set default mssql port to 1433

Open JDeeth opened this issue 8 months ago • 0 comments

Under New Connection for mssql (SQL Server) connections, could the port default to 1433?

The field could either be populated with 1433, or a blank value could be interpreted as 1433.

1433 is the default port for SQL Server when there's just one instance running on the server:

JDeeth avatar Feb 27 '25 19:02 JDeeth