I have SQL database , there I have a column Remind with row Time.
So also there is a service that reads SQL database's time and show notification.
How is the best way to show this notification in certain time ? How I understand service must check time every 1-5 minutes and if this time same as in DB - show notification. Is this correct ?
Thanks
So also there is a service that reads SQL database's time and show notification.
How is the best way to show this notification in certain time ? How I understand service must check time every 1-5 minutes and if this time same as in DB - show notification. Is this correct ?
Thanks