'Best Practice for storing huge amount of XML files and connect to a relational DB

I am currently designing a DB structure where I receive SQL DB exports as .json files and related XML files (measuring curves ~10k values) in large amounts. I was planning on restoring the SQL DB in my Cloud, but I am currently missing a way to include the XML files. I was wondering if there is a best practice on how to store the XML files and connect them to the SQL DB, since I don't want to create 10.000 Rows per XML file (Curve values). Does anyone have any idea on how to progress here?

Help would be much appreciated!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source