I am trying to do simple insert using LINQ to a table that has an XML Data Type column, column allows null, so I do not assign any value to this column Msg 305, Level 16, State 1, Line 2 The xml data type cannot be compared or sorted, except when using the IS NULL operator. here's the code: Dim newReqService...