Table: dbo.Undo_Manager_Entry
This table stores the xml version of reports when a user is using the Undo Manager.
Columns
NameTypeConstraintsDescription
undo_manager_entry_KEYint (4)NOT NULLPrimary key for Undo_Manager_Entry
user_session_guiduniqueidentifier (16)NOT NULLUser session guid for Undo_Manager_Entry
report_definition_guiduniqueidentifier (16)NOT NULLReport definition guid for Undo_Manager_Entry
frame_numberint (4)NOT NULLNumber representing location in the stack
report_xmlnvarchar (-1)NOT NULLXML representation of the report
Primary key
NameColumnsDescription
PK_Undo_Manager_Entryundo_manager_entry_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Undo_Manager_Entry__User_Session__user_session_guiduser_session_guidUser_Session (user_session_guid)Foreign key for the user session guid.
FK_Undo_Manager_Entry__Report_Definition__report_definition_guidreport_definition_guidReport_Definition (report_definition_guid)Foreign key for the report definition guid.

Schema diagram