M
Mike Fechner
Guest
You may have hit a version specific bug. As James said, the queries are bad. When the extent field is of size 2, you should actually be using this FOR EACH FOR EACH Customer WHERE Customer.Months = 1 and Customer.JoinDate < TODAY - 10 or Customer.Months = 2 and Customer.JoinDate < TODAY - 20 no-lock: MESSAGE Customer.CustName. END. And ensure there's an index on Months and JoinDate in that order.
Continue reading...
Continue reading...