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