updates on a table

  • I have updated a column with null. The column data type is varchar(2000). i update 2 billion rows but no space was released to the database. Do I have to rebuild the indexes or change the datatype to some low value and then do the rebuild index in order to release the space???

  • Rebuild the clustered index.

    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

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

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