Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an XML file and I want to store the XML data in SQL Server 2000 using Stored Procedure in C# .NET (Windows application).

Can any one tell me how this should be done? It's urgent.

Thanks in advance
Posted
Updated 4-Feb-10 2:37am
v3

1 solution

You can send the xml directly to stored procedure and let the stored procedure deserialize it into the appropriate table(s).

Regarding using xml in sql, google is your friend.
 
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