mwpreston / PowerShell-RubrikSQLHealthCheck

Script which Live Mounts specified SQL Databases on specified SQL Servers and performs dbcc checkdb
MIT License
4 stars 1 forks source link

Are snapshots needed? #6

Open Huntertheguy opened 7 months ago

Huntertheguy commented 7 months ago

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.