Bulk Insert Failed “Bulk load data conversion error (truncation)”
问题 I've done data imports with SQL Server's BULK INSERT task hundreds of times, but this time I'm receiving an error that's unfamiliar and that I've tried troubleshooting to no avail with Google. The below is the code I use with a comma deliminated file where the new rows are indicated by new line characters: BULK INSERT MyTable FROM 'C:\myflatfile.txt' WITH ( FIELDTERMINATOR = ',' ,ROWTERMINATOR = '/n') GO It consistently works, yet now on a simple file with a date and rate, it's failing with