Forum Replies Created

Viewing 15 posts - 31 through 45 (of 47 total)

  • RE: Master Database

    Thank you for the question.

    At the risk of sounding cliche, I am pretty surprised that this many people are getting this wrong. I am especially surprised about the number...

  • RE: The Pencil Analogy

    Thanks for the story, I really enjoyed it. It hammers home the point that you must be careful what you ask for.

  • RE: Back to Basics

    Great post, Steve.

    I tend to think of basic skills as the foundation you build your more advanced skills upon. If you allow this foundation to deteriorate and fall into...

  • RE: How Far Will You Go (To Work)?

    I have pretty much the same limits on commute. Thirty minutes is pushing it for me. I currently drive twenty minutes to work, and it is tolerable. ...

  • RE: Data Matters

    Data is important, but without having the ability to turn it into information, most of that value remains locked away.

    This is a point that I am constantly reminding my management...

  • RE: Page Compression in Heaps

    Thanks for the question! Even though I got it wrong, I learned something.

    Matt

  • RE: Hidden RBAR: Counting with Recursive CTE's

    Jeff,

    Thanks for the article and the performance metrics. After having read it, I will be sending a link to all of the developers in my department as a means...

  • RE: How well do you know MAX?

    I enjoyed this question. Thanks!

  • RE: Bad Eyes

    Probably more responses because our eyes have worsened in the past 5 years. Post it again in 5 years and see what happens! [Tongue]

    We won't be able to see...

  • RE: The FILL FACTOR

    Brian, thank you for the great article. It has shed some light on a very interesting topic.

  • RE: iPads for Christmas

    The combination of an iPad and Red Gate SQL Server Monitor offers mobility, ease of use, and increased visibility. Mobility is a given: the iPad is a lightweight...

  • RE: Nonclustered Indexes

    Nice, straight-forward question. Thanks!

  • RE: Incorrect Syntax near '7'

    It means exactly that. There is an error near the character '7'. In order to help you further, I will need to see the whole query, not just...

  • RE: Incorrect Syntax near '7'

    Try this:

    CASE

    WHEN [Request_UDF,End Date] <= '01/31/2011' THEN 'Phase I'

    WHEN [Request_UDF,End Date] BETWEEN '02/01/2011' AND '03/31/2011' THEN 'Phase II'

    END

    Matt

  • RE: Incorrect Syntax near '7'

    First, you are presumably attempting to compare the integer returned by datediff to a date, but since that date is not enclosed in single quotes, you are actually comparing the...

Viewing 15 posts - 31 through 45 (of 47 total)