Here as recommend by some bloke on slashdot.
Month: January 2010
Script to document sprocs
@set _server=MYSERVER
@set _db=MYDATABASE
@set dbcmd=sqlcmd -S %_server% -d %_db% -E -k -W -Q
@REM select ‘%dbcmd% “sp_helptext ”[‘ + SS.Name + ‘].[‘ + SO.name + ‘]”” > doc’ + SS.Name + ‘.’ + SO.name + ‘.sql’
@REM from sysobjects SO
@REM join sys.schemas SS
@REM on SO.uid = SS.schema_id
@REM where SO.type = ‘P’
Powershell and Databases
Scripting Depolyment of Reporting Services
Another Code Generation Tool
Ado.Net in Powershell
This is an article on using ado.net from Powershell
Thoughts on Branching in tfs
TFS has a command line tool: tf
TFS has a command line tool: tf
See for details.
This overcomes some but not all of the obvious flaws.
Improv Clone!
This is a clone of Improv!
Improv was a revolutionary spreadsheet. By keeping the formulas distinct from the data it was far easier to maintain.
Firefox and Kerberos
This is how to get firefox to play nice with kerberos.