I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

How to Install a SQL 2012 Express Instance Database

There are loads of situations where you need to use a SQL database for something. In some cases a SQL Express database will do the job fine rather than installing the full version of SQL.

I’ve created mainly so that when I cover other topics I can link to this article rather than repeating myself.

To install a SQL 2012 Express Instance follow the instructions below :-

First of all download the SQL 2012 Express Install from Microsoft here

SQLexpress1

Once downloaded run the setup file.

SQLexpress2

It normally takes a while to get going to the wizard………..

SQLexpress3

Once the SQL Server Installation Center opens click New SQL Server stand-alone installation or add features to an existing installation

SQLexpress4

Click I accept on the License Terms and click Next.

SQLexpress5

Leave everything selected. It will go online and grab the latest updates. Click Next.

SQLexpress6

At the feature selection screen, Select your install path. I’ll leave everything as default. Click next.

SQLexpress7

On the Instance Configuration screen choose the name of the SQL instance that you want to create. I’m happy with the default so will click Next.

SQLexpress8

The next screen is where you can choose what credentials etc your SQL service should run as. I normally leave these as the defaults. Click Next

SQLexpress9

The Database Engine Configuration is the most important screen. Here we need to tell the system who can manage the SQL instance. For me I normally allow domain admins so I am not locked out. I also set the SQL Authentication Mode to Mixed mode. You should check your SQL database requirement before proceeding. I added Domain Admins and also specified a System Administrator password. I left the other tabs as default. Click Next.

SQLexpress12

Leave Error reporting as default and click Next.

SQLexpress13

It will now install your SQL instance. Once its completed ensure everything is marked as Succeeded and click Close.

SQLexpress14

All done.