How to Migrate MySQL schema to SQL Server CE?
I am aware of SQL Server Migration Toolkit for MySQL. But I want to migrate the schema to SQL Server CE. Is there any way to do with Migration Toolkit. Or alternatively,开发者_Go百科 if I first migrate to SQL Server then how to replicate the schema changes to SQL Server CE?
I have made some free tools, that allow you to migrate from SQL Server to SQL Server Compact - http://exportsqlce.codeplex.com (Export2sqlce.exe from command line)
精彩评论