When I execute this code
I get this error, what does it mean?
Code:
USE Zipcodes2
GO
BULK INSERT ZipCodes4
FROM 'd:\cmsbuffet\correct_database.csv'
WITH (FIELDTERMINATOR=';', ROWTERMINATOR = '\n')
Code:
Bulk load: DataFileType was incorrectly specified as char. DataFileType will be assumed to be widechar because the data file has a Unicode signature.
Bulk load: DataFileType was incorrectly specified as char. DataFileType will be assumed to be widechar because the data file has a Unicode signature.
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45235, column 5 (StateAbbreviation).
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45236, column 5 (StateAbbreviation).
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45237, column 5 (StateAbbreviation).
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45238, column 5 (StateAbbreviation).
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45239, column 5 (StateAbbreviation).
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 45240, column 5 (StateAbbreviation).