April 24, 2017 at 8:50 am
My laptop came with SQL Server 2016 and for past 2 months I was able to develop within localhost just fine. Now, during a 2 week pause (away from SQL Server) I have returned to it, installed recommended updates, and now find I can't connect to localhost ...
Discovered Aaron Bertrand's advise for connecting to SQL Server Configuration Manager at this link http://stackoverflow.com/questions/12774827/cant-connect-to-localhost-on-sql-server-express-2012-2016 but I can't connect to Config Manager either.
I perceive that if I can connect to Config Manager then I will be able to activate localhost and be back to work.
Will someone please walk me through to connecting Config Manager and ultimately being able to work within localhost again?
--Quote me
April 24, 2017 at 10:06 am
You probably want to check Services and make sure it's running. Do you know what edition of SQL Server was installed? Were you using LocalDB from SSDT? Try to view the entire error message or check the windows log for the errors. It will be much easier to figure out the issue you can find the error message.
Sue
April 24, 2017 at 1:04 pm
Sue_H - Monday, April 24, 2017 10:06 AMYou probably want to check Services and make sure it's running. Do you know what edition of SQL Server was installed? Were you using LocalDB from SSDT? Try to view the entire error message or check the windows log for the errors. It will be much easier to figure out the issue you can find the error message.
Sue
Below is error I am getting.
===================================
--Quote me
April 24, 2017 at 1:12 pm
Well, the service is not running. Right click on it in Services, and pick Start.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
April 24, 2017 at 1:19 pm
thanks for getting me localhost operational Sue and Michael.
--Quote me
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply