Hi,
Is it possible to write a Stored Procedure that will run once in a day and
check in the SQL Server database for certain entries.
And if the condition is satisfied, it has to send a mail.
Is this possible ? If yes, please do guide me.
Actually, what i need to achieve is check whether a user has logged into my
forum in the last 24 hours and if he hasn't then it has to send the user a
reminder about the same. There is a field in the database which has the last
log in time.
So how do i go about it ?
Thanks,
Karthik.