Decompress a PSC File
        Posted  
        
            by Kevin Laity
        on Server Fault
        
        See other posts from Server Fault
        
            or by Kevin Laity
        
        
        
        Published on 2009-09-02T17:18:14Z
        Indexed on 
            2010/04/15
            2:03 UTC
        
        
        Read the original article
        Hit count: 545
        
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?
© Server Fault or respective owner