I am an 'advanced novice' in SQL and 'complete novice' in XML (but I have a good XML guy helping me on this) - no formal training but a lot of on-the-job learning. I'd like to know if what we want to do is even possible before we get too far down the path.
We have multiple versions of the same XML doc - one for each of our customers. The layout of each doc is identical but they each have differing data. We would like to combine the data from each of these docs into one SQL table - a row for each customer - so it can be accessed by another system.
I have set up the process from the MSDN examples to bring in one document to a table, but cannot find anything on bringing in multiple docs to the same table at once. Is this even possible?
Thank you
We have multiple versions of the same XML doc - one for each of our customers. The layout of each doc is identical but they each have differing data. We would like to combine the data from each of these docs into one SQL table - a row for each customer - so it can be accessed by another system.
I have set up the process from the MSDN examples to bring in one document to a table, but cannot find anything on bringing in multiple docs to the same table at once. Is this even possible?
Thank you