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