Sql Server Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • twinkle19
    New Member
    • Jan 2008
    • 2

    Sql Server Error

    Upon connecting an sql registration, error occured. "A connection could not be established - SQL Server does not exist or access denied." Can you give me a step by step procedure on SQL configuration to connect the SQL Se4rver registration. Need a big help.. Thanks!
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by twinkle19
    Upon connecting an sql registration, error occured. "A connection could not be established - SQL Server does not exist or access denied." Can you give me a step by step procedure on SQL configuration to connect the SQL Se4rver registration. Need a big help.. Thanks!
    1. check the name of the server you're connecting. try using IP
    2. check what kind of authentication is configured on the server
    3. if you're using domain authentication, make sure your domain account is added to the sql server as valid user
    4. if you're using local authentication, make sure your username and password is correct...

    -- ck

    Comment

    Working...