Skip to main content

Hi everyone,

I'm new to k2 archiving topics. I'm still using K2 Blackpearl server 4.5 (4.10060.1.0)

 

According to this reference http://help.k2.com/en/kb000322.aspx I'm assuming after we archive the K2ServerLog DB, the size of K2ServerLog mdf file will reduce because the data is removed from K2ServerLog to K2ServerLog_Archive.

But this doesn't happen.

 

Anyone can clarify this? Or I'm having a mislead understanding about this topic?

 

Thanks.

You can use DBCC SHRINKFILE to release unused space and reduce the physical file size.  See http://msdn.microsoft.com/en-us/library/ms189493.aspx.


Thanks peter for the enlightment :)


Reply