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!!
Tanuj Kumar
Total Post:134
Points:940
Post:68
Points:476Re: How to import csv file data in SQL server table?
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: