Forum Discussion
lucjad
Neophyte
SQL Server Troubleshooter: MSSQLSERVER error: Read timed out ClientConnectionId:.....
SQL Server Connection Status-MSSQLSERVER sqlStatusCode 1 (General/Unknown error).
JosiahBenoit
23 hours agoNeophyte
I would run the debugger command just to check the auth strings are correct !jdbc [auth=login|integrated] [username=xxx [password=yyy]] url='<jdbc:mysql://host:port/database?user=xxx&password=yyy>' sql
If that not the issue I would suggest using the SQLCheck tool to see what's going on https://github.com/microsoft/CSS_SQL_Networking_Tools/wiki/SQLCHECK
Related Content
- 2 years ago