I have a rather large .sql file (100s of MB) created by MySQL, and I need to import it in SQLServer (Express, 2019). It keeps failing due to various syntax errors.
Is there a way to make it compatible enough so SQLServer accepts it? I don't even need 100% accuracy, so minor data losses like very long strings, weird character combinations or even relationships can be dropped as long as it imports all tables and text data.
Edit: I do not have access to the original database, the *.SQL file is all there is. Also, editing the script manually is not an option, due to the size of the file. This question is NOT a duplicate