I am making a call from a sql 2005 database to a sql 2000 scalar-valued function and recieve the following error message:
Remote table-valued function calls are not allowed.
here is my call:
select * from [server/instance].[db name].dbo.[function name](param1, param2)
not sure why it says table-valued function, but that's the error message it get. Does anyone know of a way around this?
thanks in advance, Billy