DBCC PSS with SQL SERVER 2005

  • The command is listed as a documented command however when I run

    dbcc traceon(3604) with no_infomsgs

    dbcc pss (0,51) with tableresults

    I get:

    Incorrect DBCC statement. Check the documentation for the correct DBCC syntax and options.

  • This was removed by the editor as SPAM

  • DBCC PSS is available as undocumented DBCC command in SQL 7.0 and 2000. I think its no longer available in 2005.Not sure though....

  • Its posted on this site that the command is still good. I just haven't found a person that has got it to work.

    Thanks for the reply

  • I read DBCC PSS is still available (undocumented)

    But It is not working for me too

    MohammedU
    Microsoft SQL Server MVP

  • where did you read that its available in SQL 2005?

     

  • http://www.norbtechnologies.com/support/articles/article01.asp

     

    MohammedU
    Microsoft SQL Server MVP

  • This is from Norb Technologies not from Microsoft.

  • If you read the article carefully you see that it's based on Beta2. A lot of things which there working in Beta 2 didn't work in RTM. So I assume the same goes for PSS.

    Markus

    [font="Verdana"]Markus Bohse[/font]

  • Most of the time MS will not publish the undocumented details, so you don't find any info from MS.

    MohammedU
    Microsoft SQL Server MVP

  • I am wondering what are you looking for in the PSS (process Status structure).

    This is an internal command used by Microsoft support engineers which I believe would not be of use  to you unless u have access to source code .

    let me know if you are planning to do any specific thing with this.

Viewing 11 posts - 1 through 10 (of 10 total)

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