"Remote table-valued function calls are not allowed."
We have looked into this and found that UDF calls are not allowed over
linked servers.
Are there any workarounds for this?
-Eric Isaacs
Set the UDF to fire on an insert trigger to a special table (you define).
When you want it to run, insert a row into the table. Or, to keep the table
clean, use a delete trigger and insert, then delete the row.
I suppose if you need parameters, then it would have to be an insert.
"Loren Z" <anon...@discussions.microsoft.com> wrote in message
news:%23lwejaU...@TK2MSFTNGP05.phx.gbl...
"Eric Isaacs" <eis...@gmail.com> wrote in message
news:a230323c-9fcf-4746...@v15g2000prn.googlegroups.com...