Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
how to incremental load without using date....
give me an examples
 
					
				
		
 jpenuliar
		
			jpenuliar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Naresh,
There are already plenty of discussions/Blogs on Incremental Load.
a quick search, and you might find what you need.
 
					
				
		
 Agis-Kalogianni
		
			Agis-KalogianniCheck the following:
As we have three different incremental load methods, (Insert, Insert/update, insert/update/delete) the code you need to use is different for every case.
For example, for the first method, if you have a proper ID field, you don't need a date field at all.
For the other options, you have to have the proper flags that will give you this option (update and deletion flags)
