Unlike most TSQL commands, DBCC generally takes it's parameters in parenthesis.
Try
dbcc checkdb(ACNETDB_PRO, skip_ncindex)
go
Cheers,
-bret
Unlike most TSQL commands, DBCC generally takes it's parameters in parenthesis.
Try
dbcc checkdb(ACNETDB_PRO, skip_ncindex)
go
Cheers,
-bret