Following things has to be performed on the SQL Server when we are not able to connect to the server.
- Check whether the OS Level ping request is working / not.
- Check if protocols are enabled / not.
- Check if they are communicating on the smae port / not.
- Check if the login has been created or not.
- Check if the login has been disabled / Expired.
- Check if the login has bad passoword.
- Check if the the authentication mod eis windows only & where the client connection to SQL Server authentication.
- check if the login has mapped to the database / not.
- check if max connections are exceeded.
- check if the browser service is stopped.
- check browser service is running but service account assosciated with browser service has permission issues / not.
Comments