FIX: A View With an Outer Join Can Cause An Access ViolationID: Q141542
|
A SELECT against a view can result in the following error message:
Msg 530, level 18, State 0
Attempt to insert NULL value into column %d in work table (table id);
column does not allow NULLS, UPDATE fails.
For this bug to occur, the view needs to meet the following conditions:
You can circumvent the problem by avoiding any one of the three conditions that must be present to cause it.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider.
Additional query words: sql6 views tsql
Keywords : kbusage SSrvGen SSrvTran_SQL kbbug6.00 kbfix6.00.sp2
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 23, 1999