Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can any one help me out .how to update table from xml as input to stored procedure
Posted
Comments
Kornfeld Eliyahu Peter 1-Jan-14 9:46am    
Try Google, try Bing, try something - then come back and ask a question...
Andrius Leonavicius 1-Jan-14 9:50am    
You can find a solution here:
http://www.codeproject.com/Questions/504963/StoredplusProcedurepluswithplusXMLplusAsplusInputp
ZurdoDev 1-Jan-14 10:08am    
Where are you stuck?

1 solution

XML is a type in SQL Server. You can write SQL to create a table in memory from your XML, and then join to it to do an update. If you're still stuck in a week, I'll have written an article on it, but in the meantime, there's tons of articles on the web.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900