Hi there
MS SQL has the debugging feature - nice. But I cannot use it. Once I setup the break point in the function code and click Debug button on the Sql Management Studio toolbar, it positions on the first line (the function declaration), F11 or "step into" result into the debugging finished. No getting into the function body regardless my break point is there.
Why?
Thanks