Cannot connect to external datbase via Database Connector module

0
I have a SQL Server database I am trying to connect to. I can connect via SSMS with the credentials, but when using the same credentials in StudioPro I get a "Login Failed" error message...   The credentials are the same, there are no network issues or firewall rules in place, setting log to trace doesn't seem to provide any additional info. If the connector just reporting the wrong error? What else can I do to debug the issue? SQL Server does not log any attempts and is configured to allow SQL authentication (obviously since I can login with the credentials) and its set to log both successfuly and failed logons.
asked
1 answers
0

Hi Alex,

 

had the same issue a while back, I found the following documentation and that worked for me:

configure-the-windows-firewall-to-allow-sql-server-access

answered