I have a XML message file which i want to add to SQL table. XML file has 20 elements ( records ). Everything works file, but only firs record from XML gets to SQL table.
The question is how to put all records to SQL table. ( I guess I need to create a loop ) and where to put this script.
Thanks
Michael