I\'m trying to process a very large query with pyodbc and I need to iterate over the rows without loading them all at once with fetchall().
Is there a good and principl