Esegui sp_helptext N'ufnTestFunc'
C'è qualcosa nella sezione "commento" sopra la funzione che sembra dispari ?
Commenti incorporati /* */
a volte può causare quell'errore.
Esempio:
/*
This function does something.
/* NOTE: not any useful, though */
More stuff...
*/
alter function ufnTestFunc ()
returns int
begin
return 1
end