Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I develop a database birthday notification in sql server 2008 or mysql?
Posted
Comments
Aadyakumar 3-Jul-14 7:06am    
Create a database with required information , then make a trigger/job for notification.Better option is a job .

1 solution

Write the required info in the database (e.g. the date of birth of every person of interest, the e-mail addresses of the notifications recipients, ...) and then notify appropriately, based on the matches of the current day of the year with the stored ones.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900