I have a field in a SQL table that is set to Tinyint.
When I do an import using csv files, the data in the csv file is set to 5 or 9 or any other number.
When it gets imported its set to Zero “0”.
If it is on a foreign key, it will reject out due to zero not being in the other table.
I am using SQL Server 2005.
-Tim