Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB 全体を MySQL から MS-Sql サーバーに移行したいと考えています。 私はどんなツールでも自由に使用できますが、無料で利用できるツールのみを使用するように制限されています。
MySQL に Microsoft SQL Server Migration Assistan (SSMA) を使用する
MySql (mysqldump) から db をエクスポートし、手動で編集して 2 つのプラットフォームの SQL 言語のバリエーション間で変換し、MS-SQL にインポートします。