I found SqlLocalDB utility that needs to be run on command line.
SqlLocalDB can be found in
C:Program FilesMicrosoft SQL Server110ToolsBinn
or
C:Program FilesMicrosoft SQL Server120ToolsBinn
To get all existing LocalDB
instance names, use:
SqlLocalDB.exe i
info|i
Lists all existing LocalDB instances owned by the current user
and all shared LocalDB instances.
To get detailed information about a specific LocalDB
instance:
SqlLocalDB.exe i "MSSQLLocalDB"
info|i "instance name"
Prints the information about the specified LocalDB instance.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…