# Thursday, November 06, 2008
Compare / Test the Equality of two Queries in SQL Server using this short T-SQL "template"...
Thursday, November 06, 2008 10:50:06 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [2]  | 
# Thursday, August 09, 2007
You may be familiar with ROW_NUMBER(), but did you know you'll also need to combine that with a Common Table Expression (CTE) to paginate through your records?
Thursday, August 09, 2007 8:16:44 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
# Wednesday, February 14, 2007
Free SQL Server 2000/2005 function that will calculate the distance in miles between 2 latitude/longitude points for zip or address raduis search, etc.
Wednesday, February 14, 2007 10:53:04 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [7]  | 
# Friday, October 21, 2005
MSSQL Syntax for creating a comma-delimited string from a single column query using only a single SELECT statement
Friday, October 21, 2005 12:33:09 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
A very useful MSSQL Stored Procedure that will generate a cross tab (pivot table in the Excel world) output
Friday, October 21, 2005 11:59:06 AM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |