Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Calling a stored procedure from within a function

    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...

Viewing post 1 (of 1 total)