Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for the solution.
But, the restriction is 'without changing' the windows application. (I can imagine client's nightmare of installing new application if I use 'views' as per your solution). ...
February 13, 2009 at 3:29 pm
My bad; I failed again to explain the problem; Let me try..
my_table (ordername varchar(50) ,
status varchar(1),
end_date datetime )
An inbound feed engine inserts data in 'my_table'. For ex: after...
February 13, 2009 at 2:26 pm
Hi,
I over simplified the problem. The main problem is to call a stored procedure/trigger at 'specified time' (at exact datetime from my_table.eff_date ) just like scheduling a job...
February 12, 2009 at 9:18 am
Viewing 3 posts - 1 through 3 (of 3 total)