olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

CHECKDB PhysicalOnly on VLDB in emergency mode #550

Closed bibi92 closed 2 years ago

bibi92 commented 3 years ago

The execution of below command on a vldb in emergency mode ends immediately successfully without doing anything :

EXECUTE dbo.DatabaseIntegrityCheck @Databases = 'DBName', @CheckCommands = 'CHECKDB', @PhysicalOnly = 'Y' GO

Why ? How to resolve this issue ?

Thank you

Regards

olahallengren commented 2 years ago

Do you have the output from the command?

bibi92 commented 2 years ago

Hello,

Only command executed successfully.

Thank you

Best regards

Brigitte LE ROUX

olahallengren commented 2 years ago

This issue has now been fixed. https://ola.hallengren.com/versions.html

bibi92 commented 2 years ago

Hello,

Thank you

Best regards

Brigitte LE ROUX