What the difference between (localdb)\v11.0 and .\sqlexpress in connection string?
I am using master database file .mdf local database using SQL Server 2012
Data Source=(localdb)\v11.0;
and
Data Source=.\sqlexpress;
What's the best or favored to use in connection string?
I try both of them in my connection string but I found or I think the v11.0 it's best than .\sqlserver is that right?