I recently installed MS Visual Studio Community 2013, and want to try out Microsoft SQL Server with some projects, but I cannot figure out how to. I have tried the following
- Creating a new project of type SQL
- Create a new SQL file to create a table
- Import the SQL file to the database
This almost works, except every build fails, and I have no idea how to use it in another project. Am I doing this correctly? How do I use it in a C#, VB, etc... project?