Hi OnePage
Following steps can help to resolve the authentication issue:
- Check both the login Authentication - Windows or SQL Server
- Are you trying to access the local database? If so, use (.) (dot) instead of complete server name.
- Try accessing by enter the server name as localhost
- Use the correct host name like hostname\mssqlserver
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--