This is possibly old news, but I just noticed some SQL Server administration and development Tips and Tricks at the Microsoft SQL Server site. Worth checking out.
Read more →
An interesting post from Chris Stewart about using a non-standard port for SQL Server and using .NET to talk to it.
.NET requires that you specify the port number with a comma, not the usual (and standard) colon.
Read more →
I'm working on a project at the moment where I find myself deploying large blocks of code from my laptop to a dev server or the live server on a fairly regular basis.
Read more →
I'm doing a little bit of ASP maintainance work for the company I'm contracting with at the moment. I had a small task to indent items in a drop down select list in line with their level in a hierarchy tree.
Read more →