Home Forums SQL Server 7,2000 Administration Accessing and using user defined function on SQL 2005 from SQL 2000 RE: Accessing and using user defined function on SQL 2005 from SQL 2000

  • Quick thought, you cannot execute the 2K5 function on the 2K server, the execution has to be in the scope of the 2K5 only. A workaround could be in the form of inserting the record into a table on the 2K5, execute a stored procedure which then inserts the results into another "result" table and finally read it from there.

    😎