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]  | 
 Thursday, February 15, 2007
Free helper method to convert a SQL query to CSV format for easy output to a file, the console, or via a HttpResponse (for you ASP.NETers out there looking for an easy way to dynamically output a CSV for real-time data download).
.NET | ASP.NET | MS SQL | NUnit | VB.NET
2/15/2007 6:17:33 PM (Central Standard Time, UTC-06: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]  | 
 Tuesday, January 10, 2006
What do I mean by dynamic text form fields? Let's say I have a table Contacts that stores typical contact information for a Contact Management system...
.NET | ASP.NET | MS SQL | VB.NET
1/10/2006 7:26:37 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 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]  |