In: SQL Server
23 Oct 2008T-SQL functions for converting between Gregorian and Julian dates.
I stumbled upon a few little gems that SQL Server 2008 includes that I hadn’t yet heard about. Although, very few are deploying SQL 2008 to production currently, these enhancements might make life programming in 2008 much easier.
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.
In: SQL Server
22 Sep 2008Split delimited values into a table using T-SQL UDF.
