SQL Server 2000 used to have a utility to dump all of the procedures to disk in either a single file or individual files along with adding CREATE and DROP statements. I need to create copies of all of the procedures in my SQL Server 2005 database in order to load them into Clearcase. Is there a way to do this simply in SQL Server 2005?