Decompress a PSC File
- by Kevin Laity
I need to restore a database that was backed up using navicat's compressed backup feature. But on the restore, there's an error coming up on one of the tables.
I can't look at the SQL statements in the file directly because they're compressed, and I don't know what compression format it's in.
Does anyone know of a way to decompress this file into a regular text file?