SQL SERVER – FIX – Msg 4864, Level 16, State 1 – Bulk load data conversion error
Working with SQL Server is such rewarding and most of the times, I get a chance to revisit and explore more into some of these errors. Long time ago, I had written a blog post to read data from CSV/text file and insert into SQL Server Table using BULK INSERT…
Read More