How can I enter the correct server name using SSMS 19.1 with windows authentication?

Verlin Taylor 20 Reputation points
2023-06-14T15:07:23.58+00:00

I have tried multiple server names for logging in to SSMS 19.1 via windows authentication. Localhost, IP address, device name, local and several other attempts don't exist. Not able to see configuration manager to find server instance. The last option is device name\server instance which I am unable to find. Please advise.

SQL Server | Other
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2023-06-15T04:14:18.07+00:00

    Not able to see configuration manager to find server instance.

    Then you may have only installed SSMS = tool, but not SQL Server database engine?

    Check it in Windows Service Manager, if a SQL Server service exists and it's running.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 121.5K Reputation points MVP Volunteer Moderator
    2023-06-14T21:34:43.8633333+00:00

    To be able to answer your question, we need to know your environment, and we don't. That is, we have no idea where the SQL Server instances may reside.

    If you are in a corporate environment, ask the DBA, the IT people or someone else who is responsible.

    If you are at home, can you tell us where you installed SQL Server? Or did you install SQL Server? Occasionally, we see posts from people who have only installed SSMS, and are getting nowhere. SSMS is only a tool to connect to SQL Server. It is not SQL Server itself. With SSMS alone, you cannot do much.

    0 comments No comments

  2. Anonymous
    2023-06-15T02:23:04.41+00:00

    Hi @Verlin Taylor

    Yes, as Erland said, where is your SQL Server installed?

    This document describes the steps to connect to the database engine: https://learn.microsoft.com/en-us/sql/relational-databases/lesson-1-connecting-to-the-database-engine?view=sql-server-ver16, maybe you can use it as a reference.

    Best regards,

    Aniya


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.