I have a large set of data (around 5m rows) in a dat file that I am trying to import into SQL Server. The first column should contain ID numbers. I can see the ID numbers in the preview of the Import Wizard, but they become blank when the data is actually imported. No error message is given.
I believe the reason is that they contain an ASCII null control character (0). I discovered this by using a PERL script on the data but I'm not entirely sure what it means. Does anyone know if this Null character is responsible for removing the data during import, and how to stop it?