I want to transfer my entire database from MySQL to the MS-Sql server.although I am open to using any tool, I am forbidden to use only free avilable tools.
Use Microsoft SQL Server Migration Assistan (SSMA) for MySQL
export db from MySql (mysqldump), manually edit to convert between SQL variants on two platforms, and then import into MS-SQL.
Source: https://habr.com/ru/post/1735551/More articles:How can I display red text in JTextArea? - javaВыбранная вкладка JQuery? - jqueryDispose of the singleton object in .NET. - .netHow do you cancel the closing operation of ToolWindowPane or Visual Studio IDE through VSPackage? - c #General table expressions, how to avoid infinite recursion when moving a graph? - sqlMd5 cache keys in Memcache - cachinghow can I call a method of a ruby object by specifying a string as the method name - methodsFiltering a list of objects using LINQ - listНе удается разрешить NameValueCollection с помощью Autofac - c#Track animation on CALayer with a mask - objective-cAll Articles