I try to connect the java with the Sql Server from my local machine but I get this error
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost,
port 1434 has failed.
Error: Connection refused: connect. Please verify the connection properties and check that
a SQL Server instance is running on the host and accepting TCP/IP connections at the port,
and that no firewall is blocking TCP connections to the port.
My Connection Line.
Connection con = DriverManager.getConnection(
"jdbc:sqlserver://localhost:1434;databaseName=ASSERTIVA_TESTE",
"marcelo",
"0869");'