I had a database in Access that I migrated to SQL Server. From Visual Studio 2012 (C#), I created a Data Connection with it, which is named "stanleylabs\sqlexpress.teccartHoraire.dbo". I have many tables on it. Since I'm kind of new to this, I'm having a hard time figuring out how to do queries on said tables. For example, I have several variables that I'd like to use to do an insert query. Can anyone help me out? It would be greatly appreciated.