I have a table which has column called "Issue".The Issue column contains xml values like YesNo.I want to extract the values Yes,No and want to keep in a different table in different rows.I am able to do when the xml length is fixed.I want to know how to achieve this when the xml length is not fixed.Like sometimes the same Issue column will contain values like YesNoNotStarted.In this case there are 3 values to be extracted eg Yes,No ,NotStarted where in the previous case only two values.