I'm kinda new to SQL so I apologize in advance if this question is not very clear. I want to create a job in SQL Server Agent that deletes a row after exactly 24 hours. My problem is the SQL Server Agent deletes the record at midnight rather than after 24 hours, for example, if I create a record at 3 PM the record will be deleted at 12 AM rather than the next day at 3 PM.
Is there anything that can fix this.
Thanks for the help