Viewing post 1 (of 1 total)
i have the same problem. i need to call a sp in a udf.
this is the function i wrote on your example:
CREATE FUNCTION dbo.c_sel_produs_comF_f
(@furnizor char(14), @data_doc smalldatetime, @tip char(1))
RETURNS TABLE
AS
RETURN
(SELECT...
July 26, 2006 at 4:38 am
#651566