I am using BCP to import a fixed width flat file into an sql server staging table. The problem is that when a text field is blank, BCP is loading spaces into the staging table. I would like BCP to treat a blank field as null, not spaces. Is this possible?
- Dan
- Dan