• Sergiy (5/25/2016)


    And from looking at the overall design I can conclude the clustered index on ReportItem must be

    (report_id, flow_name, report_item) INCLUDE (source)

    Do you mean (report_id, flow_name, report_item, source)? You can't have an included column in a clustered index.

    John