diff --git a/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs b/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs index 6efaa55..fb85e4f 100644 --- a/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs +++ b/ReportingServices.Shared/Repositories/Implementations/ScrapeDatabaseRepository.cs @@ -608,6 +608,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository " WHERE HOLD_STOP_DTM = '1/1/1900' " + " AND HOLD_START_DTM > '1/1/2022' " + " AND HOLD_ENTITY_ID = SEQ " + + " AND HOLD_ENTITY = 'RDS' " + "ORDER BY HOLD_START_DTM ASC"; cmd.CommandText = query;