Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My (LocalDB)\v11.0 is not "running"

In SqlServerManagementStudio (2012), (LocalDB)\v11.0 is not running in SSMS, I installed SqlExpress to use it from IIS.

enter image description here

What can I do to enable it?

like image 566
Rafael Avatar asked Oct 19 '25 02:10

Rafael


2 Answers

In my case - localdb did work for me, but one day it "Stopped" - I was not able to connect to it not from IDE, and not from code.

I killed its process sqlservr.exe I found in Task Manager (actually, all processes - it were 2 of them).

This fixed the issue for me - was able to connect and work.

like image 158
evgenyl Avatar answered Oct 21 '25 20:10

evgenyl


Instead of using (localdb)\v11.0, try to use (localdb)\mssqllocaldb as server name to connect to the LocalDB automatic instance. This solved the problem for me.

like image 33
Akshay Bhardwaj Avatar answered Oct 21 '25 19:10

Akshay Bhardwaj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!