Create clustered index
12-08-2022
CREATE CLUSTERED INDEX ix_clustered_object_metric_date
ON [EMFI_UAT].[dbo].[tbl_UserDataHistory1] (object, metric, date);
12-08-2022
CREATE CLUSTERED INDEX ix_clustered_object_metric_date
ON [EMFI_UAT].[dbo].[tbl_UserDataHistory1] (object, metric, date);