Hi,
I'm having trouble executing my user-defined function from "Execute SQL Task".
My statement looks like:
Update tbl1
set col1=dbo.my_function(col2)
When I execute Execute SQL Task nothing happens to my data.
What am I missing??
I'm using SQL Server2000
thanks!