Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Calling Stored procedure at specific time

    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). ...

  • RE: Calling Stored procedure at specific time

    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...

  • RE: Calling Stored procedure at specific time

    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...

Viewing 3 posts - 1 through 3 (of 3 total)