2

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.

Rafael
  • 2,413
  • 4
  • 32
  • 54

1 Answers1

15

It comes with SQL Server, but the instance name is (LocalDb)\v11.0 instead of .\sqlexpress

Rafael
  • 2,413
  • 4
  • 32
  • 54