Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Fun with Transactions - Part II

    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...

  • RE: Getting Colorful

    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)...

  • RE: What Do We Want?

    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,...

  • RE: What Do We Want?

    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....

Viewing 4 posts - 1 through 4 (of 4 total)