Statistics still exist after dropping it

  • I have dropped the statistics but after dropping it still exist.

    Does anyone know how can i delete that?

    Actually i need to alter the column that depend upon statistics. But somehow after deleting it still exists.

  • How did you drop the statistic? How are you seeing that it's still there?

    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
  • I have dropped the statistics using script

    drop statistics table_name.statistics_name.

    And check again using

    sp_helpstats table_name.

    Anyway this problem has been resolved.

    Thanks for your time.

  • EasyBoy (4/5/2013)


    I have dropped the statistics using script

    drop statistics table_name.statistics_name.

    And check again using

    sp_helpstats table_name.

    Anyway this problem has been resolved.

    Thanks for your time.

    Wait! What? LOL, what was the solution, just in case someone else has a similiar issue?

    Come on Paul harvey, give me the rest of the story!

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

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