cancel
Showing results for 
Search instead for 
Did you mean: 

Is it safe to drop tables ending with (_pre65) after successful upgade?

gabor.kontha
Level 2
Hi,

I want to reduce the database size by deleting unneeded data tables.
Is it safe to drop tables ending with (_pre65) after successful upgade?

This way perhaps:
DROP TABLE [dbo.BPASessionLog_Unicode_pre65];
DROP TABLE [dbo.BPASessionLog_NonUnicode_pre65];

Any other consequences?

Regards,
Gabor
2 REPLIES 2

steven.boggs
Staff
Staff
Hi Gabor,

Please have a look at this Knowledge Base article which should address your question here: Can I truncate/ delete values from the 'BPASessionLog_Unicode_pre65' and 'BPASessionLog_NonUnicode_pre65' tables?

gabor.kontha
Level 2
Thanks to @steven.boggs, I followed the KB article.
The answer is:

"If a user decides to delete or truncate the data from these tables then it won’t pose any issue to existing functionality or logs in the Blue Prism. So, it is safe to delete/ truncate the data from these tables."