I'm creating a website for a school project. I'm using Expressions Web 4. In my database, which is stored on the school server in SQL Server Management Studio 2008 R2, I have several tables.
How do I connect the website to the database? I only know the connection string for MySQL and not sure how to do something similar in SQL SMS 2008 R2. I'm trying to search for data I have in my tables. One web page connects to different tables to retrieve, update, search records.
Any help on how to connect the two would be much appreciated. I have a "Dummies" book but it only talks about MySQL. I have to use SQL SMS 2008 R2, so I can't switch SQL programs.
Thank you