There was such a question, how to convert a database from MSSQL format to MySQL format? I found a couple of resource programs that allow you to do this, but they require an elevated MSSQL server, which I don’t have. The question of installing MSSQL is not considered, as this is the last option.

On hand there is a database dump, can it be converted to MySQL without a raised MSSQL server?

    1 answer 1

    This is not the last option, but the only one. I doubt that there is software that is able to parse the MS SQL backup format, especially since such software does not make sense - deploying MS SQL is quite simple, especially since there is a free version, but with a limit on the size of the database, and a trial of 180 days without restriction.

    • Clear, thanks, then we will raise. - thunder