Forum Replies Created

Viewing 15 posts - 76 through 90 (of 848 total)

  • RE: Practical Hekaton

    I was just reading about upgrades to 2014 yesterday. Apparently the cardinality estimator changed for SQL 2014 and that can cause some queries to have degraded performance compared to how...

  • RE: Insert without a PK

    Looks like I should have just closed out the window instead of trying to answer this one since there was obviously something missing from the script. I imagine we will...

  • RE: Default Constraint Script

    I got B and then A using 2012 (Microsoft SQL Server 2012 - 11.0.5548.0 (X64)). I would have expected version B for both as well though. Odd behavior.

  • RE: Global Cursors

    Nice question Steve. I always look for alternatives to cursors but we do still have a few running. I replaced one recently with the lead and lag functions in SQL...

  • RE: SubQuery behavior

    I recalled this subquery behavior from another question a year back or more. Thankfully I have never seen any unaliased column references like this in production! Thanks for the question.

  • RE: Stored Procedure Creation

    Very nice question, thanks!

  • RE: Ragged Right

    I've never used this format so I learned something new. Thanks Steve.

  • RE: Pages I

    Interesting question. Thanks!

  • RE: CHECK Constraints vs NULL values

    Nice question. Thanks Justin.

  • RE: Using a Window Aggregate in an Aggregate Query

    Nice question Kathi. This is a much simpler method to do this than what I have used before.

  • RE: ISNULL vs COALESCE

    Nice question and thanks for the further explanation Hugo!

  • RE: Using LAG

    Luckily there was only one correct answer so I didn't have to play the "guess the author's intention" game. 😛 LEAD and LAG have been very helpful in simplifying some...

  • RE: Delete Windows Service

    Nice question. Hopefully I won't have to use it but it is definitely good to know about!

  • RE: The CTE Problem

    I kept looking for a catch but it turned out this was just an easy question. 🙂 Thanks Steve!

  • RE: Unattended installation

    Nice question. I've never tried an unattended install. Good to know!

Viewing 15 posts - 76 through 90 (of 848 total)