What would be the fastest way to insert 750 records using Ado.NET?
        Posted  
        
            by Lieven Cardoen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lieven Cardoen
        
        
        
        Published on 2010-03-18T10:10:40Z
        Indexed on 
            2010/03/18
            10:11 UTC
        
        
        Read the original article
        Hit count: 224
        
sql-server
|ADO.NET
We have tried it using an orm mapper tool, but it opens en closes the connection 750 times. Then we tried to construct a bulk insert, but that goes even slower...
© Stack Overflow or respective owner