Hi Miller,
Thanks for your reply..
I've try your method but I always got count=0 when I did your above query.
If my index table is named as "$TA_BDNEWS_Customer2_index" ,how can I need to change this query statement?
SELECT COUNT(0)FROM m_service_threads WHERE SERVICE_NAME='preprocessor' and thread_method='prep/indexing'
and thread_detail like 'TA/{schmea}:{table}en.{index_column}%'
I've tried to change {table} word to $TA_BDNEWS_Customer2_index but still got count=0 .
Can you give me some advice??