I have a column that checks FK constraints on a column and allows NULL. However, it is allowing 0 as a value even though there is no row for ID of 0 in the primary table. ...This insert happens on a bulk insert with .NET. However, if I change the value t...