Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on c# 4 windows application
but I need to do something
I have meetng table that have meeting time
but the probelm is that thereis an option to repeat that meeting every 5 days or week or something like this
so what I need excataly is I need to repeat meeting but from sql
because application may not be open all time
so I need something like timer that look at that table from duration to another & check it new meeting is near just send confirm to all people
becuase the application 'll open only when creating new meet or when closing meet
so I can't use timer from c3
any help
Posted
Updated 10-Nov-11 1:38am
v2

Take a look at How to: Create a Job (SQL Server Management Studio)[^] on how to create a job that you can schedule to run at what every frequency you decide.
 
Share this answer
 
v2
 
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