I am using the VS2012 and I have created a database:
(localdb)\v11.0 (SQL Server 11.0.2100 - T61\Alan)
How to get the physical location of this database. How can I back this up? Can I simply make a copy of the files, move these to a different location and start the database again.
Following is my connection string:
<add name="DB1Context" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=DB1;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />