pro's and cons of shrinking database

  • what are the adv and disadvantages of shrinking the database

  • Disadvantage: Expensive, time consuming operation

    Disadvantage: Done excessively will just force the database to re-grow, wasting more resources

    Disadvantage: Massively fragments all 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
  • <sarcasm>Advantage: you look like a hero when you make everything work better when you turn off the process that shrinks the database </sarcasm>

    :w00t:

  • The only possible conceivable advantage is in the case where you are unable to get more disk space so the only option is to shrink a database to try and free some space from an over filled storage device.

    Otherwise it is pretty much disadvantages as listed already.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

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

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