Feb 07 2023 07:24 PM
Hi All,
I have issues connecting to SSMS Database Engine after download and no Server Name display after download. I downloaded express edition too.
Please see screenshots below. Thanks
Feb 07 2023 10:39 PM
You have to select or enter the server instance name; of course.
If you have installed SQL Server Express Edition with all default settings on your local machine, then the name is
.\SQLEXPRESS
otherwise open the server name dropdown and select either existing server name or search for.
Olaf
Feb 07 2023 11:44 PM
Hi@Ken_M01
By default, SQL Server Express instances are named sqlexpress (.\SQLEXPRESS), but this value may be different if another name was used when SQL Server Express was installed
Feb 09 2023 09:21 AM
@olafhelper Thank you for your response. It worked.
Feb 09 2023 09:24 AM