11.22.2008 Configuring Authentication on MS SQL 2008

Configuring Authentication on MS SQL 2008

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.

Posted in Database Tutorials,Microsoft SQL 2008 by Mike Maguire
11.10.2008 Configuring and Creating a Database in MS SQL 2008

Configuring and Creating a Database in MS SQL 2008

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.

Posted in Database Tutorials,Microsoft SQL 2008 by Mike Maguire
11.09.2008 Installing Microsoft SQL 2008 Express Edition

Installing Microsoft SQL 2008 Express Edition

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.

Posted in Programming Tutorials,Windows Tutorials by Mike Maguire