Hi, I am using the prepare bind step ... approach for getting my data out of the database.
I am wondering at what stage the actual SQL gets executed. Is that the first call to step? or does the sql get executed for each step call? I am thinking that the average call to step should be the same no matter how big the database is?! Thanks in advance, Hannes