Visual Basic 2012 General DiscussionFor any discussions about Visual Basic 2012topics which aren't related to a specific Wrox book
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Basic 2012 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
September 21st, 2013, 01:04 PM
MikeSmith88
Guest
Posts: n/a
Does Visual Studio already include a database
Does Visual Studio 2012 already include a database, or do I need to download one, such as SQL Server?
Thanks! Mike
Visual Studio 2012 installs SQL Server 2012 Local DB edition, which is a version of SQL Server used for development. You need to address it as (localdb)\v11.0 in your connections.
You can also use SQL Server Express or the Developer Edition, which both need to be installed separately.