Uruchom sp_helptext N'ufnTestFunc'
Czy w sekcji „komentarz” nad funkcją jest coś, co wygląda dziwnie? ?
Osadzone komentarze /* */
może czasami spowodować ten błąd.
Przykład:
/*
This function does something.
/* NOTE: not any useful, though */
More stuff...
*/
alter function ufnTestFunc ()
returns int
begin
return 1
end