Is it possible that the Visual Studio Ultimate that was installed in my machine didn't include SQL Server Express, they didn't turn any option off when installing, they simply installed it following the default options.
Asked
Active
Viewed 6,041 times
1 Answers
15
It comes with SQL Server, but the instance name is (LocalDb)\v11.0 instead of .\sqlexpress

Rafael
- 2,413
- 4
- 32
- 54
-
Yes it is here. Also you need to remove `User Instance = true` from your connection string if you use it. – S.M.Mousavi Mar 04 '16 at 21:18