INF: Location of Deleted and Inserted Tables

ID Number: Q68937

1.00 1.10 1.11 4.20

OS/2

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.

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 reference words: 1.00 1.10 1.11 4.20 Transact-SQL