I get xml (average size is about 2 GB) and xsd, I need to add some of the information from them to the ms sql database. Are there any design patterns or accepted norms in this case? What to use - an intermediate embedded database or there are more beautiful solutions?
update This XML is essentially a table, the root tag is there, and there are identical tags in it, in which there are many identical attributes with different values, roughly speaking a two-dimensional table. From this XML I need only a part of the data that I need to add to the working database.