Sqlserver
 sql >> Base de données >  >> RDS >> Sqlserver

Impossible de se connecter à la base de données SQLServer dans l'application Java

The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.

Vérifiez que votre paramètre SQL Server autorise les connexions TCP/IP. Activez TCP/IP et redémarrez SQL Server. Puis testez à nouveau votre code.