Click here to Skip to main content
15,883,731 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to call user define function(UDF) automatically after 24 hours in c# i want to get data from one table name like t1 after 24 hours i want to delete this data from t1 and insert into another table name t2
please help me....

thanks in advance...
Posted
Updated 17-Nov-13 23:41pm
v2
Comments
Nelek 18-Nov-13 5:41am    
Have you tried with a timer?
bbirajdar 18-Nov-13 5:43am    
Write a SQL server job

I would use the Windows Task Scheduler[^].
 
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