How to insert data from a csv file into a SQL server database? I am having a csv file with comma (,) seperated values having some 3 lakh records in it. I have to insert it into the database. Is it possible to insert the data from csv file to database? If so, how? Can anyone help me.... |