FIX: A View With an Outer Join Can Cause An Access Violation |
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
Issue type : kbbug
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 25, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |