I am trying to import a .csv file to SQL Server Native 11.0 in order to create a table.
However, I am getting the following error:
Following the the .csv data:
Need help in figuring out the solution for these errors.
Issue: This was happening because I have opened the .csv file in excel and at the same time I was trying to import it to SQL Server.
Solution: Try closing the file before importing. It should work then, as it worked for me.
User contributions licensed under CC BY-SA 3.0