SQL Server Management Studio does not support LocalDB, so I can only use it to export the data on the server. I can export the schema via scripts and the data (but only table by table) with csv for instance. But that is lot of work.
What is the best way to access LocalDB?
Is there a free or open source tool for migration or access of LocalDB?
This is the source from MS stating that SSMS does not support LocalDB:
Restrictions LocalDB cannot be managed remotely via SQL Management Studio.
Actually, it is possible to connect LocalDB locally with the right connection string.