What is the recommended method to transfer large tables from mySQL 4 to SQL Server 2005?
One application is populating tables in mySQL; we need to bring the data to SQL Server for further processing.
use sql bulk copy utility.