In SQL Server 6.5 there was a system stored procedure called sp_help_revdatabase that scripted the 'create database' sql for a specifed database. This stored procedure doesn't exist in 7.0. Is there another stored procedure that does the same thing or is there a different process to accomplish this function? If so, please provide details how to accomplish this. thanks.