|
原帖由 funnyok 于 2008-4-1 20:07 发表 ![]()
if you customer allow delete all the history data, truncate is the best choice.
but if you cannot lost data, you should
export tables
delete data
alter table move
alter index rebuild
btw, I recomment you move table and rebuild index twice to avoid the fragmentation of extent space.
Could you tell me how to use the command "alter index rebuild", such as, how to get the index of tbl_Event &tbl_HisAlm?
Thanks a lot ! |
|