Excel 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-17T22:53:51Z
        Indexed on 
            2010/05/17
            23:10 UTC
        
        
        Read the original article
        Hit count: 182
        
Ok i have a Excel import written. It uses excel automation to go through all the records and get the job done. BUt how would you do it if you had to do it?
Would you use SSIS? Would You use a Dataconnection? I am really confused as to the best way to get this done properly. So that it doesn't slow down the actual application for the other clients when one client does an import. Thanks
© Stack Overflow or respective owner