INF: Location of Deleted and Inserted Tables

ID: Q68937


The information in this article applies to:


SUMMARY

This article discusses the location of the inserted and deleted tables that are created during data modification statements such as INSERTs, UPDATEs, and DELETEs.


MORE INFORMATION

The inserted and deleted tables are allocated in the database where the INSERT, UPDATE, or DELETE command was executed. The inserted and deleted tables appear in the allocation pages with the objectID of the owning table and next and previous extent pointers of 0xffffffff. The allocation and deallocation bitmaps are 0xff, indexid=0, and status=1. SQL Server is using its page cache as virtual memory.

Additional query words: Transact-SQL


Keywords          : kbother SSrvServer 
Version           : 4.2
Platform          : OS/2 
Issue type        : 

Last Reviewed: March 10, 1999