Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Matt for the reply.
The assembly is signed and set to Unsafe. BTW, other such code which calls external web services works fine.
The implementation in question is using MTOM...
June 24, 2009 at 12:09 am
#1014442
I would break down the SQL script in to multiple pieces and commit them indipendently. In addition, I would place some logging code after each insert/update to record @@errors.
It...
June 23, 2009 at 6:52 pm
#1014369