Update USage

  • Hi all,

    Is there a way i can know when was the last time the statistics were updated on a database.

    Thanks,

    M

  • It is a bit complicated, but it's feasible:

    first of all you update the statistics on a table not on a DB.

    To see all the statistics enter:

    sp_helpstats YourTableName, 'ALL'

    after you can check the statistics by typing

    dbcc show_statistics (YourTableName, StatName)



    Bye
    Gabor

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

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