View Single Post
  #14 (permalink)  
Old 09-07-10, 15:23
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
This is what I do:

Code:
call sysproc.reorgchk_tb_stats('T','ALL')


select card,tsize,f1,reorg,table_schema,table_name from session.tb_stats where reorg <> '---' order by tsize
Andy
Reply With Quote