← Back to team overview

maria-discuss team mailing list archive

Re: New Question: SQL Server replication to Maria DB

 

It would be much faster to use bcp to dump the data, and load it into
mariadb using the 'LOAD DATA INFILE' command.

You can use freebcp from the mariadb server to get data from mssql.

Rich

References