Dear all,
we have used on select query, for example
select dbo.funFactor(a.testid) ... from TestingResult a join....
the above query takes more time and we found it comes under top querylist. is it good practice? if not please give the alernate way for the same.
thanks lot.