Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using Update Timestamp(SqlServer) in Talend

Hi,
We are planning to perform a Incremental extract in our Data Warehouse, our source is Sql Server where they are maintaining a column called Timestamp which is Binary Value. The Data Type for that column is TimeStamp.
The column will be updated whenever there is a change in Critical Column. We will be using that Timestamp column to retrieve the Updated and New Record.
In the where clause i will using the Timestamp value to fetch only the new and updated records.
Is it possible to use that Binary Valued timestamp column in the talend to filter the records.
If so, is there any method to store the last run (Time Stamp) value, so that i will be using that in my next run. (It can be achieved by creating a context, but can we get the exact timestamp value which we use in the where clause)
Feedback's and answers would be really helpful..

Thanks
Arul
Labels (2)
1 Reply
Anonymous
Not applicable
Author