When running an MSI through the command line what does passing the arguement ‘CHECKDB=FALSE’ really do?
The MSI of course can be anything from Microsoft, to Compuware DevPartner, to a programmer compiled MSI from .NET.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Running an MSI with that parameter would set the public property named CHECKDB equal to a false value. I have not seen that particular property before and I don’t see any reference to it online. I suspect that it is specific to the MSI that you are using.