Hi,
Just wondering if anyone knows if SQL Express processes at the same speed as SQL 2000 or 2005?
My queries seem to take 17 seconds average to find one match out of 2200 records. In the big picture, that seems a bit slow. It is comparing regular expressions to exact values...
Could it be faster to iterate through ALL potential values and match against that (instead of using the regular expression)?
Thanks in advance...
Just wondering if anyone knows if SQL Express processes at the same speed as SQL 2000 or 2005?
My queries seem to take 17 seconds average to find one match out of 2200 records. In the big picture, that seems a bit slow. It is comparing regular expressions to exact values...
Could it be faster to iterate through ALL potential values and match against that (instead of using the regular expression)?
Thanks in advance...