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!
Sql Server Error
Collapse
X
-
Originally posted by twinkle19Upon 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!
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