Forum Replies Created

Viewing 15 posts - 406 through 420 (of 7,187 total)

  • Reply To: NOOB question with Case statement

    SELECTCASE 
    WHEN columnA <> 0 THEN 1
    ELSE columnB
    END AS columnB
    FROM MyTable;

    John

  • Reply To: SQL profiler

    According to Buck Woody of Microsoft at a talk I went to earlier this year, deprecation is deprecated.  What I think he meant is that they're not deprecating features any...

  • Reply To: Datetime data migration.

    You've discovered the hard way why it's not a good idea to store dates in a char column.  That's not a criticism of you - I'm sure it's not your...

  • Reply To: 2012 - 17 Performance Issue

    That suggests to me that the data isn't being retained in the cache.  How does the amount of RAM and the max server memory  setting compare between the two servers? ...

  • Reply To: Question on triggers

    Yes, of course.  That's the intention, anyway!

    John

  • Viewing 15 posts - 406 through 420 (of 7,187 total)