Vista SP1 – seeking users

I’m not sure if I’ll ever run VISTA in this decade… I haven’t even played with the beta’s… I recommend to friends and family to keep their Windows XP disk around.

Why?  There are so many reasons, but maybe one of the biggies might be coming to an end… Read the rest of this entry »

Tags:

Storage in the cloud – JungleDisk.com

20070901-IMG_0598.jpgThese are exciting times and another idea turned gold is Jungle Disk. A cross-platform Amazon S3 interface for remote storage. They setup a WebDAV service on your machine that runs their bits to encrypt and transmit your files up to Amazon’s S3 service.

Never heard of S3? Neither had I Read the rest of this entry »

Tags: ,

Unit Testing in SQL Server – Overview

Ok, so here’s the first in a series of a home grown implementation of Unit Testing SQL server code.

I’m not talking about using Visual Studio Team Edition for Professionals, like Jeff recommends… but I’ll try to provide a general approach to testing your SQL code, particularly stored procedures (sprocs). Read the rest of this entry »

Tags: , ,