g33b1c
ASP.NET MVC How to open Database in SQL Server Management Studio (can't connect server)?
Sorry, there is no service for mssqlLocaldb. My mistake
You have to start the instance via CMD, the command for this is as follows.
sqllocaldb start mssqllocaldb
5 replies
ASP.NET MVC How to open Database in SQL Server Management Studio (can't connect server)?
Make sure the LocalDB is running.
1. using Windows + R
2. then type services.mcs
3. then find sql server which was off.
4. I've run it using right-click. Then connection was back
5 replies