I see your script uses database snapshots taken from the live mounts. Can it be done directly from the live mounts? It would balloon our sizes too much to use snapshots. I have usually been live mounting the databases to a dedicated SQL server for this process. I would just run the DBCC checkdb command against those mounted databases.
I see your script uses database snapshots taken from the live mounts. Can it be done directly from the live mounts? It would balloon our sizes too much to use snapshots. I have usually been live mounting the databases to a dedicated SQL server for this process. I would just run the DBCC checkdb command against those mounted databases.