Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
SQL
I have read large xml document through xmltextreader in dataset, but the dataset get the value from xml in more than 10 tables, how can i store in single table in sql server.
Posted
Comments
Herman<T>.Instance 30-Oct-14 8:03am    
store the XML in a large textveld or something like that

Refer Sql Bulkcopy from DataTable without Loop

http://msdn.microsoft.com/en-us/library/ex21zs8x.aspx[^]
 
Share this answer
 
Plan to two ways means store in xml and database table
 
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