The information in this article applies to:
BUG# NT: 9377 (4.21a) SYMPTOMS
An INSERT into a table of a SELECT on a view/UNION/view may fail with
either an error 403 or an error 602.
A message will be generated for many, but not all, datatypes used in the column definitions. An INSERT into a table of a UNION of secondary views (a view on a view) may fail with the error:
NOTE: The dbid and object vary from case to case. WORKAROUND
Break the UNION into individual INSERT statements. For example, you can
rewrite the following query:
to look like:
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 4.21a. We are researching this problem and will post new
information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: Windows NT
Keywords : kbother SSrvProg kbbug4.21a SSrvWinNT |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |