Technology Musings
In: Windows
31 Oct 2008Explanation on how to use PowerShell to automate generating a build file. Code and walkthrough included.
In: SQL Server
28 Oct 2008Tutorial on how to test and verify account permissions with impersonation in SQL Server.
In: SQL Server
23 Oct 2008T-SQL functions for converting between Gregorian and Julian dates.
In: SQL Server
1 Oct 2008T-SQL query to report the row count of all tables in a database without the heavy I/O cost of a table scan.
In: SQL Server
24 Sep 2008SQL Server T-SQL function to calculate the number of weekdays between two dates and helper function to return the maximum of two integers.