Error code

SQL Server 10054

SQL SERVER10054
Database Error Code· An error code returned by a database server such as PostgreSQL or MySQL.

What it means

an existing connection was forcibly closed by the remote host — network reset.

How to fix it

  1. Implement connection retry logic with exponential back-off in the application.
  2. Check SQL Server error logs for crashes or planned maintenance events.
  3. Verify network stability and that intermediate firewalls are not timing out idle connections.

Not affiliated with SQL Server. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.