Forum Replies Created

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

  • RE: Diagnosing Page Latch Issue

    wolfkillj (3/14/2013)


    Actually, with SET IMPLICIT_TRANSACTIONS ON, the DELETE would implicitly open a transaction that must then be either committed or rolled back by the code.

    On my SQL Server 2008R2...

  • RE: Diagnosing Page Latch Issue

    wolfkillj (3/13/2013)


    What's going on in the rest of the script? Are you certain the waits are related to this portion of the code?

    As was previously stated, this is a majorly...

  • RE: The T-SQL Paradigm

    David Walker (4/3/2009)


    Timothy (4/3/2009)


    Are table aliases really that hard to decipher? Even if you had a query with 6 joined tables and every one of them using a single character...

  • RE: The T-SQL Paradigm

    I have to agree with Bob. I suspect that comparitively few developers really spend time learning SQL past making basic querys or the bare minimum to get the job...

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