Navin Bajgai
08/15/2024, 11:04 AMD_Inventor
08/18/2024, 7:35 AMNavin Bajgai
08/20/2024, 11:42 AMD_Inventor
08/20/2024, 6:31 PMNavin Bajgai
08/21/2024, 9:10 AMD_Inventor
08/21/2024, 9:13 AMD_Inventor
08/21/2024, 9:15 AMSQL
DELETE
FROM [dto].[icUrlTracker] -- please verify this table name
WHERE [is404] == TRUE -- please verify this column name
and [statusCode] == 404 -- please verify this column name
That should get rid of all 404 records in the databaseNavin Bajgai
08/21/2024, 9:25 AMD_Inventor
08/21/2024, 9:28 AM