Viewing 5 posts - 1 through 5 (of 5 total)
Jamie,
So far it hasn't blown up. I need the sql administrator to configure the email system. It looked pretty straight forward and it will save time in having the application...
March 28, 2005 at 10:11 am
Thanks Jamie,
I've incoorporated that in my code and will assume it works. I didn't know that a procedue could return value. My next thing to figure out is how to...
March 27, 2005 at 3:02 pm
Thanks for the advice. What happens when nested in these inserts is a call to a procedure. If an error occurs there. What will happen is an insert fails within...
March 26, 2005 at 4:07 pm
Do I have to put if @@error != 0
begin
rollback TRAN T1
end
after each insert ?
March 25, 2005 at 2:29 pm
Do I have to put if @@error != 0
begin
rollback TRAN T1
end
after each insert ?
March 25, 2005 at 2:29 pm
Viewing 5 posts - 1 through 5 (of 5 total)