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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
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.
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