Viewing 6 posts - 1 through 6 (of 6 total)
You cannot simply rollback a named nested transaction you can only rollback to a savepoint.
"Naming multiple transactions in a series of nested transactions with a transaction name has little effect...
September 14, 2010 at 10:27 am
Yes, it seems inconsistent that '-' will convert to int but not float. This comes out another way with the order of evaluation:
select 6 + '-' + 1.0;
select 6.0 +...
June 30, 2010 at 10:34 am
I have dual core and 4GB. When I get the chance I'll try using a remote SQL Server that should help.
June 17, 2010 at 11:03 am
Interesting stuff but I tried adding "waitfor delay '00:00:01';" to each of the sample work SQL tasks in the OnePackageMethod (before the update statement). That way you can see what...
June 17, 2010 at 10:44 am
There may be other motives for the method shown that I'm not getting but it seems to be an insanely inefficient and complicated way to do it: read service, write...
April 29, 2010 at 1:28 pm
It's also interesting that coalesce behaves a different way from isnull.
My point in giving the isnull/convert formulation was to show how to make isnull behave in the way you might...
March 30, 2010 at 11:06 pm
Viewing 6 posts - 1 through 6 (of 6 total)