I import data from a TSV file with SQL Server 2008.
null is replaced by 0 when I confirm a table after import with integer column.
How to import as null, please Help me!!
|
I import data from a TSV file with SQL Server 2008. null is replaced by 0 when I confirm a table after import with integer column. How to import as null, please Help me!!
| |||||||||
feedback
|
|
IF you are using a BULK INSERT, did you specify the KEEPNULLS parameter?
| |||
|
feedback
|