Subject RE: [IBO] Computed field causing slowdown
Author Joe Martinez
At 06:04 PM 7/21/2004, you wrote:

>When you say computed, will you please clarify exactly what you mean?
>It could be a calculated field that you do the value in code or it could be
>an actual COMPUTED column defined in the database. My guess is either way
>isn't going to be very ideal if you are doing a sub-select for each record.
>Perhaps there is something else you can do for a solution.

Yes, it is an actual COMPUTED column defined in the database. I'm pretty
well squared away on this now with the solution that I wrote about in my
last post.

-Joe