DBCC Commands

  • Hi guys,

    is there any way to view the dbcc command program...??? i mean what is in side the dbcc command.

    and one more question . In sql 2000 we can read the VIEW Program by clicking the right pain -> design view ...is there any way to read the program of sql server 2005 DMV.

    Thanks and regards

    Ashwin vp

    Ashwin VP
    CSC India ...

  • It's not a program, it's just a class of commands that the SQL engine understands, just like CREATE TABLE and the like.

    You can use sp_helptext to see the definition of a DMV. Most aren't too exciting as they're just referencing internal resultsets or hidden tables

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks gail ...am looking for it...Now i can see the base table of DMV.

    Ashwin VP
    CSC India ...

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply