Hassaan Javaid
Hassaan Javaid

Reputation: 1

Connect VS 2013 with SQL server 2008 or 2012

im new to ASP.net

my simple question how can i connect SQL server with VS 2013 so that i can create my Database in SQL Server by using Code first Approach

because i have have to schedule stored procedures in my database for my application

Upvotes: 0

Views: 62

Answers (1)

Michael L.
Michael L.

Reputation: 11

You can connect to your database by using the Server Explorer.

VS 2013 > View > Server Explorer

Click on the Plug Item (Connect to Database)

Great Tutorial for CodeFirst

Upvotes: 1

Related Questions