Spusťte sp_helptext N'ufnTestFunc'
Je v sekci „komentář“ nad funkcí něco, co vypadá zvláštně? ?
Vložené komentáře /* */
může někdy způsobit tuto chybu.
Příklad:
/*
This function does something.
/* NOTE: not any useful, though */
More stuff...
*/
alter function ufnTestFunc ()
returns int
begin
return 1
end