Reputation: 1
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
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)
Upvotes: 1