I need to update the GroupID field to a 0. I have figured out how to retrieve the value, I am now running into problems updating it.
Any help would ge great!
The simplest way to change the text inside element
UPDATE [TableName] SET [fieldName].modify('replace value of (root/elementName/text())[1] with "wBob"') GO