I have a pretty straight forward query:
select * from MyTable where cancelled = 0
Not all the the data that matches the query is returned, it was fine and no changes have been made, it just stopped returning all the possible matches, any ideas?
If I use the query anylizer on the specific records it's missing they look OK.
Thanks in advance,
Dale
select * from MyTable where cancelled = 0
Not all the the data that matches the query is returned, it was fine and no changes have been made, it just stopped returning all the possible matches, any ideas?
If I use the query anylizer on the specific records it's missing they look OK.
Thanks in advance,
Dale