I have SharePoint 2010 and would like to check if the databases are corrupt or not.
Can someone tell me how can I do that either via powershell or T-SQL without making any modifications to the databases?
Thank you.
DBCC CheckDb is the appropriate way to check for corruption in any SQL database. There are a few options as to what to check. Evaluate what the correct options are in your scenario.