hi i think it is of 2 ways you can find.1. a) find out how many number of rows are there in the source using basic sql query. e.g select * from source_table. b) execute the work flow. in that from ' properties ' we can find how many number of rows are loaded sucessfully.2. a) repeat 1.(a) step. b) now find out how many number of rows are there in the target using basic sql query. e.g select * from target_table.please correct me if i am wrongthanesh