I am using SQL Server 2014 Express and Visual Studio Community 2015.
When I used sqllocaldb i to list all localdb instances in my PC, I can see 2 instances, e.g. MSSQLLocalDB and ProjectsV12. I can stop and delete an instance by using sqllocaldb stop MSSQLLocalDB and sqllocaldb delete MSSQLLocalDB.
Then I deleted the folder MSSQLLocalDB under AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\, but when I run sqllocaldb i again, both localdb instances still exist. The problem is that when I launch VS2015, the deleted folder will be re-generated!
How can I delete the localdb instance from my PC completely?