This is bit of newbie question but i need advice.
Using CR9 on a SQL Server database.
When i build a query using the Select Expert, when i view the select statement or the WHERE clause (under View SQL) it is often in a different sequence to that which i build.
For example i may have a select on field 5, field 8 and field 11, but the SQL will present as fields 8,11 and 5 (say).
This does not happen every time, but could someone explain why this occurs and whether i should be resequencing... My orginal select is built with the quickest response in mind, in so far the first field is an indexed field with the narrowest range.
Thanks and regards
Lochbel
Using CR9 on a SQL Server database.
When i build a query using the Select Expert, when i view the select statement or the WHERE clause (under View SQL) it is often in a different sequence to that which i build.
For example i may have a select on field 5, field 8 and field 11, but the SQL will present as fields 8,11 and 5 (say).
This does not happen every time, but could someone explain why this occurs and whether i should be resequencing... My orginal select is built with the quickest response in mind, in so far the first field is an indexed field with the narrowest range.
Thanks and regards
Lochbel