Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sallcock
  • Content: Threads
  • Order by date
  1. sallcock

    Remove duplicates from XML

    I have an XML file that has duplicate record in it. In SQL Server I would do a SELECT DISTINCT. How can I achieve this with XML. For example <Pupils> <Pupil pupilid="20"> <Name>Test test</Name> </Pupil> <Pupil pupilid="19"> <Name>Test Pupil</Name> </Pupil> <Pupil pupilid="20"> <Name>Test...

Part and Inventory Search

Back
Top