XML Import how would you do it?
        Posted  
        
            by Rico
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rico
        
        
        
        Published on 2010-05-17T23:14:12Z
        Indexed on 
            2010/05/17
            23:20 UTC
        
        
        Read the original article
        Hit count: 219
        
XML is used as one of our main integration points. it comes over by many clients at a time but too many clients importing at the same time can slow down our database to a crawl. Someone has to have solved a problem like this.
I am basically using VB to parse through the data and import what i want and don't want.
Is there a better way?
© Stack Overflow or respective owner