Hello All,
We have a client that runs a large amount of Workflows (around 2500) per day. This has, in turn, filled the database to its 10Gb limit. I know the best answer is to upgrade to full SQL Server but it is not financially feasible for them at this time.
We have created some Workflows that use SQL queries to clean up the log tables (Anything older than 5 days is removed). This has allowed us to keep the database under the 10Gb limit.
However, there are two tables dbo.workflow_code and dbo.search_message that have a total size around 7Gb.
Is there any way to truncate them in a similar way without damaging something? It is my understanding that these tables contain live data?
Thanks in advance