Subject Re: [firebird-support] Convert large database from UNICODE_FSS to UTF8
Author Dimitry Sibiryakov
> I have large Firebird database about 20GB is database file. I need to convert that database from UNICODE_FSS to UTF8!
> Is there any solution (step by step if it is possible) how to convert this database???

1) Create new database with desired character set.
2) Use FBCopy or IBDataPump to copy data from old database to new one.

SY, SD.