I'm using SQL Server 2008 R2.
I have a table with a xml data type column. I'm trying to query one of the elements from the column's value, but getting the following error:
Msg 2389, Level 16, State 1, Line 12
XQuery [tblEmailFollowup.OptionalParameters.value()]: 'value()' requires a singleton...