Link to home
Start Free TrialLog in
Avatar of SeTech
SeTechFlag for United States of America

asked on

UDF Function Parameter Pass

I have a UDF that requires 4 parameters (variables). I am just starting to work with these (UDF's) so I thought I could implement them the same as a Stored Proc. I tried an EXEC udf (paramenter 1, parameter 2, parameter 3, parameter 4). I find that is not the way to do it. So how can I use this UDF and how do I pass it the parameters?
ASKER CERTIFIED SOLUTION
Avatar of tim_cs
tim_cs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial