View Single Post
  #15 (permalink)  
Old 09-07-10, 15:39
hozkr hozoryo hozkr hozoryo is offline
Registered User
 
Join Date: Aug 2010
Posts: 43
Quote:
Originally Posted by ARWinner View Post
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
Thanks, but this sp work with "current statistics"?...I will try
Reply With Quote