Based on the provided context, the error message "Physical connection is not usable" is a general network error that can occur when connecting to a SQL Server instance. This error can be caused by a variety of issues, including network disruptions, configuration issues, or firewall blocking the connection. To resolve this issue, you can try the following steps:
- Check the network connectivity between the client and the SQL Server instance.
- Verify that the SQL Server instance is running and configured to allow remote connections.
- Check the firewall settings to ensure that the SQL Server port is open.
- If the issue persists, try restarting the SQL Server service.
It is also recommended to review the troubleshooting steps provided in the following Microsoft articles:
- A network-related or instance-specific error occurred while establishing a connection to SQL Server
- Consistent SQL Server network connectivity issues
References: