SQL Server login

IT Support - HRJ Consulting 0 Reputation points
2023-05-31T17:26:00.5133333+00:00

connection failed

SQL State '01000'

SQL Server error 53

[Microsft][ODBC SQL Server driver][DBNETLIB]connection open

(connect())

connection failed

SQL State '08001'

SQL Server error 17

[Microsoft][ODBC SQL Server driver][DBNETLIBSQL] SQL Server does not exist or access denied

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,067 questions
SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 122.7K Reputation points MVP Volunteer Moderator
    2023-05-31T21:10:12.9433333+00:00

    In addition to Eva's post, this is a standard message telling you that you were not able to reach the SQL Server instance you tried to connect to. You do not include any information why you expect things to work.

    Possible causes including fat-fingering the server/instance name, SQL Server not running, firewalls and a lot more. Here is a troubleshooter you can try.

    0 comments No comments

  2. Olaf Helper 47,526 Reputation points
    2023-06-01T06:12:45.9766667+00:00

    SQL Server does not exist or access denied

    As the message already says; see Troubleshoot connectivity issues in SQL Server

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.