Create a new table and import data from csv file into SQL Server 2005
        Posted  
        
            by Madhu Kiran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Madhu Kiran
        
        
        
        Published on 2010-05-13T22:20:34Z
        Indexed on 
            2010/05/13
            22:24 UTC
        
        
        Read the original article
        Hit count: 299
        
Hi,
I have several files about 15k each of CSV data I need to import into SQL Server 2005.
What would be the simplest way to import the csv data into sql server? Ideally, the tool or method would create the table as well, since there are about 180 fields in it, this would simplify things.
© Stack Overflow or respective owner