Headline »

[30 Mar 2010 | 0 Comments]

I recently upgraded my development laptop from Vista (with a failing hard drive) to Windows 7 with a smoking fast Hitatchi 500Gb 7200k drive. I’ve been totally stoked with the perfomance increase (especially boot speeds) so far.

I’ve working through a number of issues getting IIS and VisualStudio playing nice together when I ran into a couple of problems that I didn’t find resolutions for easily online so I figured I should blog them out. [More]

Software »

[8 Mar 2010 | 0 Comments]

Since you can't use the TSQL REPLACE function against a TEXT (or NTEXT) column the code below will work using UPDATETEXT instead [More]