I have two versions (2012, 2014) of SQL Server Express LocalDB installed in my system.
How can I find all existing LocalDB instance names?
I found a way to do that using command line as mentioned in the answers section.
Is there a better and easy way to do it?

