I have filled my dataset from an XML file. I want to add all the records from dataset to a SQL table. Is there a way to do a mass append all the records from dataset to sql table instead of issuing Insert command one by one.
If you go to MSDN.Microsoft.com, search for a SQL XML tool. I believe it is an add on to sql server which will allow you to do this, although I have never used it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.