I have this code:
BULK INSERT [custdb].[dbo].[TB_T_DISP_PARTY] FROM 'd\DB\dbo.TB_T_DISP_PARTY.csv' WITH ( FIRSTROW = 2, FORMAT = 'CSV' );
And then I get this error
'Msg 102, Level 15, State 1, Line 6 Incorrect syntax near'FORMAT'.'
Can somebody tell me how to fix this error?
