Viewing 3 posts - 1 through 3 (of 3 total)
In the sp I call if the insert/updates fail for the order header or detail I return 1 and want to rollback that particular order. How could I avoid using...
September 21, 2005 at 9:47 am
#591848
Jonathon,
Thanks for the help I moved the 'SET NOCOUNT ON' After the Begin instead of directly after the AS and it appears to work fine now.
Thanks,
Bayani
May 11, 2004 at 6:45 am
#505951
I have already Set NoCount to ON but it still returns the same error. I also tried using a temp table but it also returns the same error.
May 10, 2004 at 8:13 pm
#505881