Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 936
Milos Avatar asked Feb 19 '23 04:02

Milos


1 Answers

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.

like image 155
Andrew Clear Avatar answered Mar 12 '23 16:03

Andrew Clear