What query can I use to manually clear cached reports from the Document Data table
Answered
My Yellowfin DB is huge, and it seems it's primarily because of the DocumentData table.
I've let the cleanup schedule run overnight, but it's just not shrinking. I think my table is too large for the mass cleanup process to work.
Is there a query I can run to manually clear these cached reports by age?
Please note, and changes made to the Yellowfin DB should only be done after backups have been made.
You can use the query below for SQL Server.
E.g. 20161109000000 . This is 9th Nov 2016 at 00:00.
4. Test Test Test your content to ensure you have only removed the expected cached reports.
Please note, and changes made to the Yellowfin DB should only be done after backups have been made.
You can use the query below for SQL Server.
E.g. 20161109000000 . This is 9th Nov 2016 at 00:00.
4. Test Test Test your content to ensure you have only removed the expected cached reports.
You can use the below query for MySQL
E.g. 20161109000000 . This is 9th Nov 2016 at 00:00.
4. Test Test Test your content to ensure you have only removed the expected cached reports.
You can use the below query for MySQL
E.g. 20161109000000 . This is 9th Nov 2016 at 00:00.
4. Test Test Test your content to ensure you have only removed the expected cached reports.
Replies have been locked on this page!