Viewing 2 posts - 1 through 2 (of 2 total)
Thanks that works. 🙂
January 27, 2011 at 6:34 pm
#1279470
set @MyVariable = MyFunction(@MyParameter) and
select @MyVariable = MyFunction(@MyParameter) gave the following error:
'MyFunction' is not a recognized built-in function name.
January 27, 2011 at 3:58 pm
#1279450