Forum Replies Created

Viewing 15 posts - 3,121 through 3,135 (of 7,484 total)

  • RE: Stunned

    Gary Varga (9/10/2013)


    JLMayes (9/10/2013)


    As an outsider (non-DBA), I can say that my experience over the past 20 years has been that DBAs and the DBA world is as close to...

  • RE: Behavior of trigger

    KWymore (9/10/2013)


    mtassin (9/10/2013)


    Jeff.MSSqlSage (9/10/2013)


    You guys certainly have an interesting definition of what defines "basics".

    I don't think an undocumented feature of the ALTER TRIGGER functionality qualifies as "basics".

    I don't know why...

  • RE: Today's Random Word!

    sing4you (9/10/2013)


    L' Eomot Inversé (9/10/2013)


    Revenant (9/10/2013)


    crookj (9/10/2013)


    Ed Wagner (9/10/2013)


    SQLRNNR (9/10/2013)


    eggo

    Breakfast

    Second breakfast

    dim sum

    afternoon tea

    scones

    pancakes

  • RE: Today's Random Word!

    Revenant (9/10/2013)


    crookj (9/10/2013)


    Ed Wagner (9/10/2013)


    SQLRNNR (9/10/2013)


    eggo

    Breakfast

    Second breakfast

    dim sum

    afternoon tea

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (9/10/2013)


    jasona.work (9/10/2013)


    Koen Verbeeck (9/10/2013)


    Grant Fritchey (9/10/2013)


    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the...

  • RE: Behavior of trigger

    Nice question that illustrates an interesting undocumented feature.

    Richard Warr (9/10/2013)


    I found some supporting documentation here. Seems a bit of a "hidden gem" though :crazy:

    Back in May Microsoft said this was...

  • RE: CASE vagaries

    Steve Jones - SSC Editor (9/9/2013)


    A poor question, and incorrect answers. My apologies. I know I ran the code, but I'm guessing I didn't examine the answers closely enough.

    I have...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are over. Our little... thread... is a toddler...

  • RE: comparing a column to Todays date

    SQLTestUser (9/9/2013)


    -- should this be datetime if i have Sql server 2005?

    No, if you are on 2005 you need something more complicated - as batgirl suggested,

    convert(datetime, datediff(0, DD, getdate()))...

  • RE: Holiday Breaks

    KWymore (9/3/2013)


    It's now up to 73% correct. Do you think it will top out at 77%?

    Six days on it's still at 73%. I think it'll stay there. Which...

  • RE: comparing a column to Todays date

    The conversion to INT may be part of the problem. But Convert(datetime, Convert(int, GetDate())) should deliver midnight tonight, not midnight this morning, so it's surprising you are getting any...

  • RE: round down

    ScottPletcher (9/9/2013)


    You can get the result you need: the specific method depends on specifically what you need to do. If you can provide sample values and the desired results,...

  • RE: The Loss of Trust

    Steve Jones - SSC Editor (9/9/2013)


    No idea. It might be, but I'm concerned with the point made of public (law enforcement) cameras forced on private property. When might some "filter"...

  • RE: The Loss of Trust

    hisakimatama (9/9/2013)


    I agree that the NSA's conduct and invasion of privacy are quite quesionable, but as long as we're only given candidates that are compliant with them in our polls,...

  • RE: The Loss of Trust

    dtevlin 55845 (9/9/2013)


    You do need encryption for your business data, but the group you need to be wary of is China and Russia. They have a long history of economic...

Viewing 15 posts - 3,121 through 3,135 (of 7,484 total)