Error inserting records in SQL Server (BULK INSERT)

1

I have a problem inserting the records of a table with the BULK INSERT command.

BULK      Insert product
from 'C: \ csv \ products.csv'
with (firstrow = 2, fieldterminator = ', ', rowterminator =' \ n ')

This is the error that comes to me:

The information of the table in the file:

Information of the fields in the table:

    
asked by Churri 23.10.2018 в 05:48
source

0 answers