hi all,
when i tried to execute two nesting levels of stored procedures
example:
exec proc1
proc1(----)as
begin
exec proc2
end
proc2(----)
begin
exec proc3
end
proc3(---)
i got an error like this
Cannot roll back WORKFLOW. No transaction or savepoint of that name was found.
error 6401
can anyone help me out!!!!!