Current Fill Factor

  • words of wisdom if you please .....

    Is there anywhere/way I can determine the current fill factor per index rather than the fill factor that was originally specified ?

    thanks simon

  • I think this is a trick question 🙂 FILLFACTOR specifies a percentage that indicates how much the Database Engine should fill each index page during index creation or rebuild. Therefore, there is no "current" FILLFACTOR vs what was originally set. So, maybe you are asking for the amount of space that is free on a page at this particular point in time?

    Thanks,

    Jared

    Jared
    CE - Microsoft

  • sorry yes phrased rather badly ... the current amount of free page space

    I hang my head in shame

  • I'm not sure that this is exactly what you are looking for... but sp_spaceused may be your best bet.

    Thanks,

    Jared

    Jared
    CE - Microsoft

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

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