I want that after I insert a record in a particular table, a stored procedure should execute after a certain period of time say 6 Hrs which will transfer the data inserted to some other table.
I tried using waitfor statement but that doesn't serve my purpose because that will pause the connection to the server for that much amount of time.
Please tell me how do I do it.
Thanx
Anurag
I tried using waitfor statement but that doesn't serve my purpose because that will pause the connection to the server for that much amount of time.
Please tell me how do I do it.
Thanx
Anurag