I'm running a query that should return at least 20000 rows. The query returns the whole of them when I run the query on a small test script, but returns nothing when I run it in my full app. The connection parameters are the same on both scripts and the query is a simple select:
select cola, colb, colc, cold from sometable where create_date >= '2009-01-01'
On my full app I'm executing...
2009-10-05 14:40:31 UTC in Simple MS SQL Python extension module