My Updated SQL Server 2005 Install Checklist

If you’ve been following me lately (either my blog or Twitter), you know that I’m in the process of building up some new servers on a new SAN for a big database consolidation.

After the first server, I had a pretty good checklist. Brent Ozar has a pretty fantastic checklist that I stole a few items from.  This is my attempt at a more refined checklist. (of my own, not Brent’s)

In my new environment, each server is a VM. The physical box has 16 GB of RAM and the VM will get 8 GB. I have drives for the OS, SQL logs, SQL data, TempDB, and backups.

Here is my order of things:

Disabling autogrowth on TempDB may be a little controversial. I’m okay with that. If TempDB is growing that much on our servers, which aren’t that big, I want to know what the heck is going on.

Okay, fellow DBAs, what did I forget, and what did I do wrong here? I think I did some good stuff here, but I doubt it’s perfect.

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments

Did you set the correct disk offset when partitioning your disks? e.g. diskpart.exe => align = 1024?

Do I still want to do this when my disk is a virtual disk?

[...] This post was mentioned on Twitter by Jorge Segarra, Mike Hillwig. Mike Hillwig said: The Cranky DBA: My Updated SQL Server 2005 Install Checklist http://bit.ly/8diYSZ [...]

Yes, you still want to do that when you’re using virtualization, believe it or not. Vizioncore even has a dedicated product just to go out, find virtual machines that aren’t partition-aligned, and fix them.

Sorry, the comment form is closed at this time.