Viewing 5 posts - 1 through 5 (of 5 total)
Hi andrew,
Creating a computed column with the substring on the underlying table and indexing that and using it in the where clause instead of the original column should also work.
>>how...
January 22, 2010 at 10:38 pm
Hi,
thanks a lot.
it will work fine with "like".
January 18, 2010 at 4:00 am
It is not possible to remove substring function because of application behavior.
Also you could consider not using the view at all since you apparently don't need the 3rd column in...
January 17, 2010 at 10:02 pm
should I create another index based on the view?
In that case please send me the index creation steps.
Or is there any other way to make the query faster.
thanks
January 17, 2010 at 4:46 am
select query does not use indexes as there is a substring function and is slow.
I want to use index so that it become faster.
please suggest.
thanks
January 17, 2010 at 4:43 am
Viewing 5 posts - 1 through 5 (of 5 total)