O
OctavioOlguin
Guest
Greetings. I came to this hesitation when I need for a reprocess to a massive table. I have an index on (F1, D2) and need to FOR LAST Table NO-LOCK WHERE Table.Field1 = cVar1 // part of index AND Table.Date2 <= dVar2 // part of index AND Table.FieldX = "SomeValue" // NOT index: ... I wonder, will it be fast? where will be resolved the query, on server? on client? this is because that table has some millions records.. TIA Jorge
Continue reading...
Continue reading...