How to connect to a LocalDB file at specific location

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
RaelB
Posts: 3
Joined: Wed 11 Feb 2015 00:47

How to connect to a LocalDB file at specific location

Post by RaelB » Thu 30 Apr 2015 23:20

Hi,

I can create a connection to "(localdb)\v11.0". This picks up a list of databases:

Image

1) Where are these databases actually stored? I could not seem to locate them anywhere.

2) My main question: How can I connect to a localdb at a specific location: e.g.
C:\Databases\TestDb.mdf ?

Thanks
Rael


Post Reply