WordJumbler
Trying to come up with a creative business name is a pain in the butt. Everything good I came up with ended up being taken already, so while looking around at "random" generators, I found something mentioning that a lot of businesses and their products are based on portions of words--see http://en.wikipedia.org/wiki/List_of_company_name_etymologies. With that in mind, I wrote my own little program that will take a random # of characters from a random position and in random order from a list of words (random enough?), then string them together. The result may or may not make any sense, but when you generate a couple thousand at a time, you're sure to find something.
Download
SQL to CSV
Small application used to export data (based on a query) from SQL to a CSV file. Unlike DTS, this allows specifying of a "batch size" to prevent files with too many records. Excel has a 65k row limit, so this is a good way to make sure you can still load your file in excel.
Updated 1/23/2008 -- added "integrated security" option for connecting to database
Download
Access to CSV
Small application used to export data (based on a query) from a Microsoft Access DB to a CSV file. Works the same as SQL to CSV, except designed for Access databases.
Download