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?
8/9/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.
2/14/2007 10:53:04 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [6]  | 
 Friday, October 21, 2005
MSSQL Syntax for creating a comma-delimited string from a single column query using only a single SELECT statement
10/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
10/21/2005 11:59:06 AM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |