Follow Us!

Configuring Authentication on MS SQL 2008

Posted by on Nov 22, 2008 in Database Tutorials, Microsoft SQL 2008 | 6 comments

This tutorial will walk you through configuring your SQL server with credentials for applications and users to connect with. This will allow you to determine who has what type of access as well as how they can update the tables in the database.

Read More

Configuring and Creating a Database in MS SQL 2008

Posted by on Nov 10, 2008 in Database Tutorials, Microsoft SQL 2008 | 28 comments

This tutorial will walk you through what you need to do to start using the installation of Microsoft SQL 2008 Express Edition that we did in the last tutorial. We will need to configure the services to allow incoming connections and we will also go through creating the database as well as some tables to insert information.

Read More