I got the following error from the ODBC Driver 17 for SQL Server:
[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x274C (10060) (SQLExecDirectW)
I can tell from this documentation on the SQLSTATE values for ODBC that the 08S01 indicates that the issue was a "communication link failure", but I'm having trouble finding documentation that indicates the meaning of TCP Provider: Error code 0x274C and so I don't know whether this gives more specific information about the failure.
What does the 0x274C error code mean?