functions in Execute SQL Task

  • 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!

  • I found a problem.

    my_function was written by me incorrectly.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply