Forum Discussion
lucjad
Neophyte
4 months agoSQL Server Troubleshooter: MSSQLSERVER error: Read timed out ClientConnectionId:.....
SQL Server Connection Status-MSSQLSERVER sqlStatusCode 1 (General/Unknown error).
- JosiahBenoit4 months ago
Neophyte
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
- 4 months ago
- 2 years ago