Sql server 2008 R2 , Database growth setting

  • Hi Friends,

    I am observing a around 100 GB growth in the database size due to database growth setting of around GB . Which is fine as per the setting . However this was not the original setting at the time of DB creation. Someone , someday changed it . Can we find this changed date and time? I have tried to create the scenario but not able to find it in database properties window.

    Thanks

    Aslam

  • Unless you have some custom auditing implemented to record database property changes, there won't be a record.

    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.

    Aslam

  • Hi Friends ,

    Will you please help me on the next steps to recliam the space.As per me :-

    a) Shrink the DB.

    b) Rebuild the indexes.(This will again take some space thats okay ).

    I will first try the steps on some test server and then implement the same on prod .

    Please let me know if i am missing anything.

    Thanks

    Aslam

  • Why do you want to remove the free space?

    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
  • If I have to restore this copy on other test /dev server , it will require that much space .

    Sometimes the dev/test team asks for multiple copies . In this scenario I will face problem.

    Asking for additional space is a problem at present.

  • Then do a once-off shrink, leave enough free space in the database for normal operation, and rebuild all your indexes.

    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. 🙂

Viewing 8 posts - 1 through 7 (of 7 total)

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