SQL Server: error when connecting -
I'm using, attempts to connect to SQL Server for example running a dedicated database server. Here's the error that I'm getting:
TCP / IP connection for the host & lt; Instance_name & gt ;, Port 1433 has failed. Error: Connection refused: Connect
Is the firewall blocking my access or what? Do I dedicate a separate port for this application?
Denying the error means that your connection is not
Are you using Windows authentication or SQL Server login?
For troubleshooting guidelines, see:
Comments
Post a Comment