Is it safe to drop tables ending with (_pre65) after successful upgade?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-22 03:11 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-22 04:19 PM
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?
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-22 04:39 PM
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."
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."
