• When I read this it made me think of a procedure we use from Codeplex: http://www.codeplex.com/ScriptDB

    We run it nightly to scripts all databases, procedures, triggers, indexes, etc.. Obviously this is very good as a backup alternative, but if you dump this regularly, you can also use this to quickly find back that previous version of a stored procedure you just (accidentally) overwrote 🙂

    great for inclusion in SVN.

    René