INF: Location of Deleted and Inserted TablesID: Q68937
|
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 query words: Transact-SQL
Keywords : kbother SSrvServer
Version : 4.2
Platform : OS/2
Issue type :
Last Reviewed: March 10, 1999