Is there a way in vb.net, to load an XML file into SQL Server 2005 without using the bulk load method?
I'm asking, because I'll need to do some if/then statements and other checks in vb.net to map the XML elements to the proper SQL tables/columns.
Thanks!