Ik heb het hulpprogramma SqlLocalDB gevonden dat op de opdrachtregel moet worden uitgevoerd.
SqlLocalDB is te vinden in
C:\Program Files\Microsoft SQL Server\110\Tools\Binn
of
C:\Program Files\Microsoft SQL Server\120\Tools\Binn
Om alle bestaande LocalDB
te krijgen instantienamen, gebruik:
SqlLocalDB.exe i
info|i
Lists all existing LocalDB instances owned by the current user
and all shared LocalDB instances.
Om gedetailleerde informatie te krijgen over een specifieke LocalDB
voorbeeld:
SqlLocalDB.exe i "MSSQLLocalDB"
info|i "instance name"
Prints the information about the specified LocalDB instance.