BUG: DBCC HELP Shows Incorrect Syntax for NEWALLOCLast reviewed: April 9, 1997Article ID: Q153997 |
The information in this article applies to:
SYMPTOMSDBCC HELP shows an incorrect syntax for DBCC NEWALLOC. The only valid option for NEWALLOC at this time is NOINDEX. DBCC HELP shows the following syntax:
newalloc( dbname, option = { 1 | 2 | 3 } ) dbcc traceon(3604) go dbcc help(newalloc) go print 'The following will give syntax error:' print ' ' go dbcc newalloc (pubs,option=1) go STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 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:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |