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.
| 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 giveParentXML(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 |
 |
|
|
|
|
|