Importing CSV File Into SQL SERVER Database using BULK INSERT
Importing data into a database from a delimited file is perhaps one of the most common tasks that one might have to perform. SQL server gives us an imported utility which supports various data sources and has an intutive interface as well,however there is another utility which can be utilized to quickly get the job done, its called BULK INSERT