![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For several years, I've had a delete in a program (VFP 7.0) that is stated: delete from (dvyfile) where alltrim(vin)+alltrim(lastname) in (select alltrim(vin)+alltrim(lastname) from j:\listfile) I have an index alltrim(vin)+alltrim(lastname) in j:\listfile, and a separate index on vin. This always ran pretty quick even good size files on both sides of the equation. Without changing a thing, it crawls in 9.0. Crawls to the extent of taking hours! I dropped and recreated the indices with no change. What has happened in the upgrade? Monica |
#3
| |||
| |||
|
|
For several years, I've had a delete in a program (VFP 7.0) that is stated: delete from (dvyfile) where alltrim(vin)+alltrim(lastname) in (select alltrim(vin)+alltrim(lastname) from j:\listfile) I have an index alltrim(vin)+alltrim(lastname) in j:\listfile, and a separate index on vin. This always ran pretty quick even good size files on both sides of the equation. Without changing a thing, it crawls in 9.0. Crawls to the extent of taking hours! I dropped and recreated the indices with no change. What has happened in the upgrade? Monica My real address is jazzncats at rogers dot com |
![]() |
| Thread Tools | |
| Display Modes | |
| |