![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to load a csv file using bulk insert. Everything goes fine but no data is loaded! All I get is a message saying "(0 row(s) affected)". Any idea what s going on? ... Format File: my-format.fmt 9.0 3 1 SQLCHAR 0 50 "\",\"" 1 member_id SQL_Latin1_General_CP1_CI_AS 2 SQLCHAR 0 50 "\",\"" 2 prod_name SQL_Latin1_General_CP1_CI_AS 3 SQLCHAR 0 50 "\"\r\n" 3 prod_score SQL_Latin1_General_CP1_CI_AS Data file: 2,a,3 2,b,1 2,c,5 3,a,3 3,b,4 3,c,0 |
![]() |
| Thread Tools | |
| Display Modes | |
| |