The information in this article applies to:
BUG #: 17040 (NT: 6.5) SYMPTOMS
If you use the INSERT EXECUTE statement and specify a column list to insert
into a table with a timestamp column, and the stored procedure called does
not return a value for the timestamp column in the result set, the INSERT
statement may fail with following error:
The following scenario demonstrates this problem:
The INSERT fails with the error message described above. WORKAROUND
To work around this problem, modify the stored procedure to return a NULL
value for the timestamp column, as in the following example:
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: Transact-SQL transql tsql
Keywords : kbusage SSrvTran_SQL kbbug6.50 |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |