0 WorkflowLog Table 1 Matthew Meekins posted 8 Years Ago Is there any reason I shouldn't be able to delete the WorkflowLog table? It's massive (because I accidentally logged one workflow for a looong time) and I don't need any of the info in it any more. Edit:I didn't realize quite how large it was....
Matthew Meekins 8 years ago As someone without much SQL experience, should the query you posted in that issue be ok for me to run? It looks simple enough.
David Stevens 8 years ago Yes, but it'll take a while. I've let it run for 48 hours before. If you need the space cleared up and don't need the log your best bet is a TRUNCATE TABLE WorkflowLog
Matthew Meekins 8 years ago Well, I did both. It ran for about 3 hours then this morning I just truncated. Thanks for your help.