M HYPE SPLASH
// updates

not able to connect to localhost in MS SQL Management Studio 2017

By Emma Valentine

I have installed MS SQL Server Management Studio 2017. After installing, when I try to connect to the local host by typing either "127.0.0.1" or "local" or "." (dot) in the server name field, I get following pop up.SQL Server error popup image

When I tried googling things, I got to know that starting SQL server services in services.msc would solve the problem but when I opened services.msc, I couldn't find any service listed which was related to SQL Server Management Studio.

I am a newbie here. Haven't worked with any such tool before. any help would be appreciated.

1 Answer

Installing Management Studio does not installs SQL Server database engine. You need to install SQL Server also.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy