0

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.

1 Answer 1

2

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.

DBCC CHECKDB (Transact-SQL)

2
  • Thanks Trevor for your reply. Could you please tell me how can I check that using powershell as the administrator will not give me access to SQL Server. Commented Jan 26, 2018 at 9:19
  • Nothing you can do from the SharePoint side. This must be accomplished via T-SQL. Commented Jan 26, 2018 at 15:25

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.