BUG: DBCC HELP Shows Incorrect Syntax for NEWALLOC (153997)



The information in this article applies to:

  • Microsoft SQL Server 6.0
  • Microsoft SQL Server 6.5

This article was previously published under Q153997

SYMPTOMS

DBCC 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
				

STATUS

Microsoft 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.

Modification Type:MajorLast Reviewed:10/16/2003
Keywords:kbBug KB153997