The information in this article applies to:
SYMPTOMSA subquery that references an invalid column may cause a handled access violation (AV). The expected output would be the 207 error message, "Invalid column name <table.column>". WORKAROUNDMake sure you are referencing valid column(s) within the subquery. STATUSMicrosoft 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. MORE INFORMATIONThe following query against the PUBS database results in the access violation:
The column au_lname is not a valid column for the employee table.
Additional query words: subquery select transact-sql
Keywords : kbprg SSrvProg SSrvTran_SQL kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |