OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: CMOD_CSSAP on July 28, 2011, 04:02:22 AM

Title: How to filter and only copy few months data ?
Post by: CMOD_CSSAP on July 28, 2011, 04:02:22 AM
We want to only load few months of data from another server's arscache. But How do i find which folders and documents are those that are from the past date?
Say I have found 4000 docs under ARSAG and ARSSEG for a month, which i can get by running "select count(*) from JAA1 where created_date = xxyyzzzz"
Now I want to copy only those 4000 to a test server and make various tests on search, display etc.
But, how would I filter these document folders and documents in arscache ?

Thanks for the tips.