Want to remove all scanning errors form console
I would like to remove all of the scanning errors form the logs. I saw that this query is supposed to work:DELETE FROM [lansweeperdb].[dbo].[tsysPackageLogs] WHERE Success = 0It runs successfully but does not remove anything.Any ideas?