I am using VS2012 and I have a database created:
(localdb)\\v11.0 (SQL Server 11.0.2100 - T61\\Alan)
How can I find out the physical location o
http://technet.microsoft.com/en-us/library/hh510202.aspx
The system database files for the database are stored in the users' local AppData path which is normally hidden. For example C:\Users\--user--\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\LocalDBApp1. User database files are stored where the user designates, typically somewhere in the C:\Users\\Documents\ folder.