Open
Description
- MSSQL Extension Version: v1.26.0
- VSCode Version: 1.95.3
- OS Version: Windows 11 Enterprise
Steps to Reproduce:
- While creating SQL server Connection, after entering all the required fields
- Click "Advanced" in the left bottom
- Under "Database Initialization" choose "Application Intent" = "Read-Only"
- Return to the main connection creation by pressing 'X' on the Advanced panel.
- Click on "Connect"
- Get error "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)"
- Change the "Application Intent" to "Read-Write"
- Clicking on "Connect" is successful.