BUG: Sqlmaint.exe Command Line ParametersLast reviewed: April 15, 1997Article ID: Q156288 |
The information in this article applies to:
SYMPTOMSThe documentation for the Sqlmaint.exe utility has an incomplete description of the parameters and how to properly enter values when running the utility from the command line. If these values are not entered properly, the utility returns the help screen, as if you had typed:
sqlmaint /?If the utility is called from a scheduled CmdExec task and the parameters and their values are not entered correctly, the task will fail. If you look at the history, you will see that the last error message for the task is a list of the valid parameters. WORKAROUND
sqlmaint -U "sa" -P "sa" -D pubs -Ckdb -Rpt c:\maint\pubs.txtAlso remember that, as stated in the documentation, the database and report file parameters are required.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: wizard
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |