Hi and thanks for taking the time to read my question!
I'd like to create a nightly DB job (SQL Server 2016), for a single company, to delete an item's list price if it hasn't been set within 6mo of the last time it was received. I'm hoping somebody has something similar and I don't need to recreate the wheel.
IF Last Received date >= (List Price date + 6mo)
THEN Delete List Price