• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML data type in SQL Server 2005

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an xml column in a table. One of the stored procedures need to update the value in the xml column by appending few more nodes at the end of the existing value.

E.g.


is giving the below error:
XQuery [modify()]: An expression was expected

Note: @newXML can be of xml type or of varchar.

Please help me out!

Thanks in advance.
[ June 25, 2007: Message edited by: Venkata Rajesh ]
reply
    Bookmark Topic Watch Topic
  • New Topic