Is it possible to parse and import an arbitrary XML file into SQL Server tables using C #?
An XML file can be highly hierarchical.
I have a 1 Gb XML file, I donβt know anything about it.
How can I determine which tables it contains, create them on SQL Server and upload data to SQL Server?
Is it possible?
source
share