The title pretty much says it all: I want to automatically start a routine in MS SQL Server. More precisely, I have a routine (which deletes data from a table on a certain condition) that is supposed to run everyday, but I don't want to have an application having to trigger this routine.
Is there a functionality in SQL Server which supports this behaviour?