X

Blog

3 Things You Must Do At University (or Things You Didn’t Do and Regret)

I started my university degree as I hit the job market, studying a generic IT degree alongside a generic IT…

Ashley

Office 365 – Day to Day Migration Commands

Connect to Remote Powershell $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession…

Ashley

CASE WHEN “I need to learn more T-SQL” THEN GoogleTheResult() END

One of my favorite recent discoveries in my SQL Server work recently, is the awesome T-SQL "CASE...WHEN...THEN" statement. I can't…

Ashley

Backing up all SQL Server user databases to file

The ultimate lazy backup script. I wasn't feeling to selective about which databases to backup, and I figured, it'd be…

Ashley

On moving to Seattle…and reviving my camera…

I left the homeland, Australia, in early January. My employer proposed an opportunity of a lifetime, and alas, here I…

Ashley

Server Posterpedia Windows 8 Application

You're designing a new SQL Server infrastructure for a client, but can't remember if that high availability solution topology requires…

Ashley

Windows 8 Without a Tablet? Nonsense!

Today, Microsoft launched Windows 8 to the masses. And I'm frustrated. Over the past year, I have had the opportunity…

Ashley

Windows 8 Promo Videos

http://www.youtube.com/watch?feature=player_embedded&v=tgKEgI42WA8 (more…)

Ashley

Windows Server 2012 Hyper-V Architecture Reference

I was lucky enough to pick one of these up in hard copy form at TechEd Australia 2012!! Very useful…

Ashley

Recovering a RAID5 Array on the Intel C600 Controller

Like everyone else in this digital age, my PC is full of stuff which, if I lost, would be beside…

Ashley