I'm not a DBA by any means, but i need my SQL Server to perform "checks" everyday (say at midnight)
They're pretty simple (I think), e.g. - if a particular row's dateTime has passed, I'd like to delete that row and set the column in the reference table to NULL
Is this a database trigger?
Any sample code or links would be greatly appreciated.