0
I want to connect the Sqlserver Localhost in Dbeaver Manager. But trying it gives the error:
The TCP/IP connection to the host mssql., port 1433 has failed. Error: "Este host não é conhecido (mssql.). Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
I’ve tried with Localhost
, 127.0.0.1
, mssql.
, always makes a mistake.
I have Localhost connected to Management Studio, working normally.
With the same connection
I have to do something different?