I have a situation where a nested stored procedure has a lot of code and many updates. I only want to get one value that would be updated after the procedure runs, but without committing the procedure. I basically want to see what the resultin
↧