Connecting mySQL to MSSQL
        Posted  
        
            by 
                user180198
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user180198
        
        
        
        Published on 2013-07-03T15:58:23Z
        Indexed on 
            2013/07/03
            17:07 UTC
        
        
        Read the original article
        Hit count: 205
        
I need a little advise, I need to sync a DB that is currently on a Server 2008(SQL Server 2005) machine and I use Studio Express to connect to it. I need a way of syncing this DB to mysql that lives on a NAS on the same network:
Local: DB Engine on server, named, server\sqlexpress and IP = 10.0.0.201
Target: DB on NAS, named, CISCO-NAS and IP = 10.0.0.182
Will need for this to sync every few mins...
I really don't know how to start.
© Server Fault or respective owner