How does a Null Value end up in a Not Null Column
I have a CT that has discovered Null Values in a not null column.
The obvious answer is that that the not null constraint was bypassed at some point.
The Question is How do you insert a Null Value into a table with a Not Null constraint ..
Direct Path loader ?
Hints ?
Any other methiods ?
0