I have a table like below. I have a xml column and I need to fetch records from xml tag and store in a new column. Declare @t table (ID Int, xmldata xml) Insert int