Get ready to be happy! Up until now, we have been toying with static data in our front-end project, and it has been so much fun. We are now ready to graduate to a little bit of back-end programming. We do already have a Microsoft SQL Server database but we want to create a new table for our project. In this case, we want to submit the same types of data we were playing with in the ASP.NET MVC project design. We will run a pretty fancy SQL command to facilitate the creation of our table. To interact with the database, we will make use of Stored Procedures to insert, select, update, and delete data from our database securely. We are going to try to keep page numbers low, however, we do like to provide a lot of details to compliment all areas of interest.