Ich habe das Dienstprogramm SqlLocalDB gefunden, das auf der Befehlszeile ausgeführt werden muss.
SqlLocalDB ist in
zu findenC:\Program Files\Microsoft SQL Server\110\Tools\Binn
oder
C:\Program Files\Microsoft SQL Server\120\Tools\Binn
Um alle vorhandenen LocalDB
zu erhalten Instanznamen, verwenden Sie:
SqlLocalDB.exe i
info|i
Lists all existing LocalDB instances owned by the current user
and all shared LocalDB instances.
Um detaillierte Informationen über eine bestimmte LocalDB
zu erhalten Instanz:
SqlLocalDB.exe i "MSSQLLocalDB"
info|i "instance name"
Prints the information about the specified LocalDB instance.