Do you want to query on unstructured xml data inside SQL2000 text fields? Keep on reading! I've created a table 'Person' with a text field containing flat xml data (see below): Id [identity] FirstName [varchar(50)] ContentXml [text] 1 Dion <content><birthdate>06...