I have a custom SQL trigger that used to work before I upgraded to Platform 2017. The query is:
Nodes.LastSystemUpTimePollUtc < DATEADD(DAY,-10,GetDate()) AND ToBeDeleted <> 1
where ToBeDeleted is a Yes/No custom property. When I validate the query it fails.
Can anyone suggest a reason that it does not work now?
Thanks for any help.