I know is possible I just forgot how. Thanks.
SP:Completed will fire once for every execution of a UDF. If you have a
query that processes 10K rows with a UDF you will get 10K events so use it
wisely.

Signature
Andrew J. Kelly SQL MVP
Solid Quality Mentors
>I know is possible I just forgot how. Thanks.
a - 31 Mar 2008 20:00 GMT
Thank you.
> SP:Completed will fire once for every execution of a UDF. If you have a
> query that processes 10K rows with a UDF you will get 10K events so use
> it wisely.
>
>>I know is possible I just forgot how. Thanks.