Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 insert one xmldoc to another in sql 2005

Author  Topic 

sql_buddy
Starting Member

41 Posts

Posted - 2009-07-22 : 02:29:56
Need to create a function or stored procedure where i could give
ParentXML(xml),
ChildXML(xml),
Xpath(varchar)
and could get the child xml inserted in the parent xml at the given xpath

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-07-24 : 12:52:46
what did you try? you can use modify() function to achieve this
Go to Top of Page
   

- Advertisement -