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

Installing Microsoft SQL 2008 Express Edition

Posted by on Nov 9, 2008 in Programming Tutorials, Windows Tutorials | 12 comments

This tutorial will walk you through installing Microsoft’s SQL Server 2008 Express Edition. This will allow us to create a database and start writing more advanced applications in Visual Basic that require a database.

Read More