0

I have looked over release documentation for the 2012 SP1 release of Sql Server

and reviewed this old post.

TSQL 2005, XML DML - Update Two Values at once?

I am wondering is it possible to update multiple values now, or do you still need multiple update statements for the .modify method.

Thanks!

2
  • 1
    I don't think there's been any significant improvements in capabilities for the .modify() XQuery method in more recent releases Commented May 13, 2013 at 20:51
  • marc_s, make your reply a answer. so I can give you the answer. Commented Jul 3, 2013 at 16:44

1 Answer 1

1

I don't think there's been any significant improvements in capabilities for the .modify() XQuery method in more recent releases. So I'm afraid you still cannot update multiple values at once - you'll have to use multiple calls to .modify()

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.