Hi Harish,
>>>MS SQL will use that field and poll all data that have a date timestamp greater than that of InsertionDateTime
How are you going to do this without writing the stored procedure? You must use stored procedure for this because date value is dynamic in the select query.
Regards,
Praveen.