Bulk Insert Spaces and Nulls -
07-03-2003
, 09:33 AM
I am trying to bulk insert a fixed-length file. I have
columns that have no data in them. The data is being
imported into SQL Server as spaces instead of Null Values.
Is there any work around to this problem. I can't do bulk
updates because I am dealing with millions of rows. and it
would take to long.
Thanks in advance. |