Milos
Milos

Reputation: 1465

Visual Studio 2012 LocalDB

Does Visual Studio 2012 install package includes SQL Server Express 2012 LocalDB or it has to be installed separately? If it is separate installation which package should be installed first ?

Upvotes: 4

Views: 2744

Answers (1)

Andrew Clear
Andrew Clear

Reputation: 8020

It comes with VS 2012 (specifically with the SSDT part, as long as you didn't deselect it in the advanced options during installation). If you did, just install SSDT and it will install localdb.

Upvotes: 8

Related Questions