Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to Execute/Run postgres sql database Function Automatically, Depends Daily Once At specific (mentioned Particular Time Also)using Service(windows/web)
Posted
Comments
NaibedyaKar 15-Oct-14 3:50am    
Hi Srinivas, I believe I answered the same issue on a different question of yours. You can achieve this by using the windows service. Or you can create a console application to connect DB and call the function/stored procedure. Then you could trigger that console from a windows scheduler.
[no name] 16-Oct-14 7:42am    
How many times are you planning on reposting this same thing over and over?

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