How can we make index on UDF/ Is there is away to replace table scan on UDF's
As per the article ,
UDF as Computed Column
By Dinesh Priyankara, 2003/06/18 - he mentioned like ..
But remember, you can make an index on UDF, if it is deterministic.
How can we index the UDF..
I am using 3 UDF in one store procedure , which trows table Scan and which is very expensive in terms of execution time ..
Is any way to aviod /replace Table scan with Seek .. so that the performance of the store procedures increases
Thanks a lot