INF: Retrieving IDENTITY Value for Referential Integrity

ID: Q134660


The information in this article applies to:


SUMMARY

The Microsoft SQL Server version 6.0 documentation says that you can use the @@IDENTITY variable to retrieve the last-inserted identity value. The documentation, however, does not completely state the scope of the @@IDENTITY variable.

This article provides some additional information to clarify the scope of the @@IDENTITY variable.


MORE INFORMATION

Also, inserts taking place on other connections are assigned the proper IDENTITY values, but your copy of the @@IDENTITY variable reflects only your last inserted IDENTITY value.

Additional query words: sql6 global variable


Keywords          : kbprg kbusage SSrvDRI SSrvProg SSrvTran_SQL 
Version           : 6.0
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: April 16, 1999