FIX: @@IDENTITY Returns NULL If Trigger Inserts into Table Without IDENTITY Column (199688)
The information in this article applies to:
This article was previously published under Q199688
BUG #: 53856 (SQLBUG_70)
SYMPTOMS
In SQL Server 7.0, a SELECT @@IDENTITY statement returns NULL after an insert into a table with a trigger, and that trigger inserts into another table that does NOT have an IDENTITY column. In SQL Server 6.5, the SELECT @@IDENTITY statement returns the value inserted into the IDENTITY column of the base table. The SQL Server 7.0 Books Online incorrectly states that the SQL Server 7.0 behavior is correct.
WORKAROUND
To retrieve the identity value inserted into the base table, please see the following article in the Microsoft Knowledge Base: 163446 PRB: Guarantee @@IDENTITY Value on a Per Table Basis
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB199688 |
---|
|