stephen@sadataconsultants.com

Introduction to the Maintenance Plan Wizard – Part 4

Today we’ll do the 4th and final part of the Maintenance Plan Wizard, which covers Backups and keeping your hard disks clean! Back Up Database (Full)The jobs get more obvious as they go on, making my explanations a bit easier! This takes a full copy of your database and dumps it to a file (usually

Introduction to the Maintenance Plan Wizard – Part 4 Read More »

Introduction to the Maintenance Plan Wizard – Part 3

Today I’m going to move on to part 3 (of 4) of explaining the Maintenance Plan Wizard. Here’s a picture of the layout again, just in case you forgot!So today we’ll start with:Update StatisticsSo first, what are statistics. Statistics are SQL Servers internal information which it uses to make sure that your Query Plans are

Introduction to the Maintenance Plan Wizard – Part 3 Read More »

Introduction to the Maintenance Plan Wizard – Part 2

Woo, 2 in a row! Today I’ll be doing the second part of walking through the Maintenance Plan Wizard, Re-Organizing and Re-Building indexes. Reorganize IndexAgain, does what it says on the tin. This task kicks off an “Alter index REORGANIZE” for all the indexes in your database. It moves around the data in your index

Introduction to the Maintenance Plan Wizard – Part 2 Read More »

Building a server

Hey, Updates are few and far between at the moment due to my own learning, but this one I’ve had a few questions on recently, so I thought it might be worthwhile sticking up a quick post. Building a server to host a SQL database is slightly different to building a regular App server, so

Building a server Read More »