Hi Guys,
Ok so basically i have access to a external MySQL Database i need to ETL data into our Internal SQL Warehouse but i only want to get data that is greater then the last record in our warehouse(ie new data) ...
So i want something like this in the ADO.net Source Select * FROM Table Where ID > Global_Variable_ID
Is this possible ?