Quantcast
Browsing latest articles
Browse All 2 View Live

Re: xml to sql without bulk load

You can directly pass the whole xml to database and then parse it within a stored prochttp://weblogs.asp.net/jgalloway/archive/2007/02/16/passing-lists-to-sql-server-2005-with-xml-parameters.aspx

View Article


xml to sql without bulk load

 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...

View Article

Browsing latest articles
Browse All 2 View Live