Remote function calls

  • I get the following error when I execute the SQL below:

    Msg 4122, Level 16, State 1, Line 51

    Remote table-valued function calls are not allowed.

    SELECT * FROM [SERVERNAME].DBNAME.dbo.fn_ProducerVarianceReport (NULL, NULL, @BeginAcceptanceDate, @EndAcceptanceDate)

    ----

    Is there a setting to get arround this, or is it an intentional limitation built in to SQL 2005?

    The Redneck DBA

  • Its a limitation built in to linked server functionality.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply