Steps to reproduce.
List the existing instances:
> sqllocaldb info
v11.0
Stop the instance with the specified name:
> sqllocaldb stop "v11.0"
Stop of LocalDB instance "v11.0" failed because of the following error:
The specified LocalDB instance does not exist.
The results are contradictory. How can it exist in the first command and then not exist in the second?
Try using
sqllocaldb stop v11.0
without quotes. It should work.
Are you using Visual Studio Tools? If not, try using it.
EDIT: It also works if you user an admin command prompt and type: cmd.exe /C sqllocaldb p "v11.0"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With