Possible Duplicate:
Deserialize XML object in T-SQL
I got an XML object, and i want to deserialize him into a table using T-SQL.
<Params>
<paramtype type = '1'>
<value> abc</value>
</paramtype>
<paramtype type = '2'>
<value> 123</value>
</paramtype>
</Params>
How can i store all this data into a table like this: