Unable to Connect to SQL Server 2019 Instance
Closed this issue · 6 comments
I am writing to seek assistance with an issue I am encountering while trying to connect to a specific instance of SQL Server 2019 using the iOS version of SQL Pro.
The connection works seamlessly when I do not have to specify an instance name. However, when attempting to connect to a specific instance, the connection fails. Below are the details of my setup:
- SQL Server Version: SQL Server 2019
- SQL Pro Version: V2024.53.93
- Device: iPad Pro 12.9” 6th Generation
- iOS Version: 17.5.1
- Instance Name: MSSQLSERVER2019
I have verified that the instance name is correct and that it is accessible through other SQL client applications.
Could you please guide me on how to resolve this issue?
Thank you for your assistance.
Hi. Two questions:
- Whats the error you receive when connecting?
- Could you attach the log file after a failed connection? You can find it by opening settings (the gear on the connection screen) and join to Support -> View logs.
Hi,
10.0.2.246\MSSQLSERVER2019:1433
it looks like you are specifying a port here, which would supersede the instance name. Instances work by using different ports, but here the default port is specified. Can you try removing that portion?
Glad to hear it. I’ll be taking a look into the keyboard issue over the next couple of days.