• Hello Andy,

    For my own purposes I am going to modify the script so that the DBCC argument also allows me to call DBCC with the PHYSICAL_ONLY option on my new SQL 2005 box. If you come up with an updated version then I will use that instead.

    See: http://msdn2.microsoft.com/en-us/library/ms176064.aspx and jump to the section named "Best Practices"

    According to Microsoft....

    ... we recommend that you use the PHYSICAL_ONLY option for frequent use on production systems. Using PHYSICAL_ONLY can greatly shorten run-time for DBCC CHECKDB on large databases. We also recommend that you periodically run DBCC CHECKDB with no options. How frequently you should perform these runs depends on individual businesses and their production environments.

    Just something that I thought you might like to add to your script.

    Anthony