0
kicks
Perform batch inserts in sql server 2005 using XML
My current project requires me to download huge amounts of data from a remote server in the form of XML and save them to our local database. Lets see if we can do this using just one simple T-SQL stored procedure.