Author Topic: How to filter and only copy few months data ?  (Read 2203 times)

CMOD_CSSAP

  • Guest
How to filter and only copy few months data ?
« on: July 27, 2011, 09:02:22 PM »
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.