I'm trying to divide up groups in a XML file by group and place them into SQL Server with each group being in a separate row of a SQL Server table. What I mean by group is that each dataset begins and ends with the same tag and including all the information inside that group. My main problem with this is the actual dividing up of the groups. Does anyone know a good tutorial to get me on my way. Thanks.