I have a date column in my table, an SSIS package that sends a warning email must be executed as soon as a date is equal the current date.
The problem is that I don't know what procedure to follow to set up a SSIS package that runs, checks the database and sends an alert email every time it finds a date that is equals to the current date
I'm a beginner in SSIS.