Table: dbo.Print_Report_Selection
Columns
NameTypeConstraintsDescription
print_report_selection_KEYint (4)NOT NULLPrimary key
staff_KEYint (4)NOT NULLForeign key to the staff member that selected the report to be printed.
report_definition_KEYint (4)NOT NULLForeign key to the report definition of the report selected to be printed.
report_option_xmlnvarchar (-1)NOT NULLThe sort and filter options provided by the staff member to apply to the report when it prints.
Primary key
NameColumnsDescription
PK_Print_Report_Selectionprint_report_selection_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Print_Report_Selection__Report_Definition__report_definition_KEYreport_definition_KEYReport_Definition (report_definition_KEY)
FK_Print_Report_Selection__Staff__staff_KEYstaff_KEYStaff (staff_KEY)

Schema diagram