Visual Studio Code – Read 9 million xml files and transfer data into SQL Server
I am using Visual Studio 2022. I have 9 million XML files and need to transfer the data into SQL Server. I am reading in the XML through XmlDocument, Xmlnode list. It's working fine, but taking so much time to…