Forum Discussion
Ken_M01
Feb 08, 2023Copper Contributor
I have issues connecting to SSMS Database Engine after download
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
- olafhelperBronze Contributor
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
- Ken_M01Copper Contributor
olafhelper Thank you for your response. It worked.
- emadadel2008Brass Contributor
HiKen_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
- Ken_M01Copper Contributoremadadel2008 Thank you for your response. It worked.