I need help on t-sql date:
I have this: DATEDIFF(DAY,StartDate, getdate()) = '14' to find the startdate is 14 days pass.
then I also need to find those that occur every 7 days thereafter, etc 21 days, 28 days, 35 days
Can someone please help?
Thank you!!