The information in this article applies to:
SYMPTOMS
The 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.txt Also 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
Keywords : kbusage kbbug6.50 |
Last Reviewed: April 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |