Getting data from nested XML to SQL table structure Case Scenario We have to get data from an XML variable with multiple departments with each departments will have employee details in its child node as shown below . <Departments> <Department> <ID>1</ID> <Name>Dep1</Name> <Employees> <Employee> <ID>1</ID> <Name>Employee1</Name> </Employee> <Employee> <ID>2</ID> <Name>Employee2</Name> </Employee> </Employees> </Department> <Department> ...
The blog includes article on Datawarehousing, Business Intelligence, SQL Server, PowerBI, Python, BigData, Spark, Databricks, DataScience, .Net etc.