How could I import Postgres data dumps into MS SQL?
        Posted  
        
            by dean nolan
        on Server Fault
        
        See other posts from Server Fault
        
            or by dean nolan
        
        
        
        Published on 2010-04-19T10:40:55Z
        Indexed on 
            2010/04/19
            10:43 UTC
        
        
        Read the original article
        Hit count: 411
        
I have some data that is from a Postgres database dump (not csv or anything) and I am looking to get it into MS SQL. Is there an easy way to do this or a free tool that doesn't have limits on data import size etc?
The Postgres is on a Debian VM and I could export it to csv in there but I am new to Linux and don't know how I would transfer it from the VM to Win 7.
Thanks
© Server Fault or respective owner