Guest_imported
New member
- Jan 1, 1970
- 0
I developed a client/server app that needs to calculate a result using data stored in several tables. It is too complicated to convert into stored procedure (at least not easily...).
I want to be able to run a VB procedure whenever SQL Server date changes into Start or End of quarter (also stored in a table), but I don't want to use timers in VB app.
If this is not possible, can anyone tell me is there a way to automatically run a stored procedure(assuming that I will be able to convert the code ...) when date changes (I know it can be run on SQL Server start-up, but that doesn't help me...)
Thanks a lot!
I want to be able to run a VB procedure whenever SQL Server date changes into Start or End of quarter (also stored in a table), but I don't want to use timers in VB app.
If this is not possible, can anyone tell me is there a way to automatically run a stored procedure(assuming that I will be able to convert the code ...) when date changes (I know it can be run on SQL Server start-up, but that doesn't help me...)
Thanks a lot!