Hello Guys,
I'm facing a problem since last night, please help me! Actually I want to import csv file data in sql server database but I didn't. Could you explain it with code?
Please reply as soon as possible. Thanks in advance!!
How to import csv file data in SQL server table?
Ask by Anonymous User
Updated 26 Mar 2012
Hi Tanuj Kumar,
I hope it might be resolve your problem.To import data from csv file in SQL Server, you have to use BULK Query Command. Let's take look of Bulk Query Command query.
Query: