Jeg fandt SqlLocalDB-værktøjet, der skal køres på kommandolinjen.
SqlLocalDB kan findes i
C:\Program Files\Microsoft SQL Server\110\Tools\Binn
eller
C:\Program Files\Microsoft SQL Server\120\Tools\Binn
For at få alle eksisterende LocalDB
instansnavne, brug:
SqlLocalDB.exe i
info|i
Lists all existing LocalDB instances owned by the current user
and all shared LocalDB instances.
For at få detaljerede oplysninger om en specifik LocalDB
eksempel:
SqlLocalDB.exe i "MSSQLLocalDB"
info|i "instance name"
Prints the information about the specified LocalDB instance.