View Single Post

   
  #6 (permalink)  
Old 02-27-2008, 08:14 AM
4.spam@mail.ru
 
Posts: n/a
Default Re: How to convert a stored-proc with one result-set into a table udf

You can't
declare handlers,
declare session tables,
issue ASSOCIATE LOCATORS (ALLOCATE CURSOR),
issue FETCH
in SQL funcions.

That is the reason to use external UDF.

Sincerely,
Mark B.

Reply With Quote