I have a C# console application written using Visual Studio 2012. In the application I am using a Sql Server localdb connection to a database to store information. This is wor
The build having connection string of (LocalDB)\v11.0
will work with the localDB ENU\x64\SqlLocalDB.MSI
given on this link Download SqlLocalDB
I tried this on target system where no Visual Studio
is installed. This build will connect with the database with only SqlLocalDB.msi
installed. There is no need to install SqlExpress
on target system.