Reclaim Space from Systemtables

  • Hi,

    After removing the Merge replication of my database. Some systemtables still allocate "a lot" of space. (not big in MB, but big in %) Is there a way to free this data ?

    Example of my systable :

    exec sp_spaceused 'dbo.syscomments' , 'true'

    result:

    name           rows        reserved           data               index_size         unused             syscomments    736         23496 KB       5760 KB          200 KB             17536 KB

    Reindexing doens't work on systables

    Thanks,

    Jan

  • Don't forget to run DBCC UPDATEUSAGE ('table_name') before you run sp_spaceused to endure you get an accurate result.

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

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