Viewing 4 posts - 1 through 4 (of 4 total)
CirquedeSQLeil (9/16/2010)
Hugo Kornelis (9/16/2010)
CirquedeSQLeil (9/15/2010)
Good question. I think it is worth noting that this behavior is exhibited because nested transactions do not truly exist in SQL Server.
I have to...
September 17, 2010 at 12:23 pm
I've always liked this disclaimer (from another developer at our company):
"It may still have some sharp edges," roughly to describe code that gives the right output from the (possibly limited)...
May 7, 2010 at 11:51 am
One more:
A built-in date truncation function to strip the time portion from a datetime value.
I guess this is not so big an issue anymore, as you can now use "convert(date,...
April 22, 2010 at 2:27 pm
Nested transactions.
I should be able to begin / commit / rollback a transaction in a stored procedure without worrying about whether an upstream procedure has begun a transaction or not....
April 22, 2010 at 10:21 am
Viewing 4 posts - 1 through 4 (of 4 total)