Forum Replies Created

Viewing 15 posts - 4,156 through 4,170 (of 7,484 total)

  • RE: UPDATE when the values are the same

    Sergiy (9/16/2012)


    Trigger is executed after UPDATE. If SQL Server figures out that the values are the same and does not proceed with writing to the pages then trigger has no...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (9/14/2012)


    SQL Kiwi (9/14/2012)


    Gianluca Sartori (9/14/2012)


    If that happens, I'll run away and hide as far as I can.

    Uh, wait... isn't that New Zealand?

    C'mon Paul, get the guest...

  • RE: UPDATE when the values are the same

    Eugene Elutin (9/12/2012)


    ...

    I tend to agree, but I am not certain the debugger output proves it beyond all doubt.

    ...

    It's hard to see what will "prove it beyond all doubt"...

  • RE: Are the posted questions getting worse?

    GSquared (9/14/2012)


    Stefan Krzywicki (9/14/2012)


    Anyone know how to do this?

    Search time type between PM and AM

    I can't quite figure out a good way to google it or there's just nothing out...

  • RE: Searching the time data type

    Unless there is some performance issue that I haven't spotted, it should be sensible to do this the simple and obvious way:

    SELECT LoadNumber

    FROM LoadTimes

    WHERE...

  • RE: Difference between a CROSS JOIN and a 'comma'

    SQL Kiwi (9/14/2012)


    Peter Brinkhaus (9/14/2012)


    Looking at the syntax definition of the FROM clause the binding error makes perfect sense.

    That does make sense, thanks!

    BTW: Never post anything ever again, Peter. ...

  • RE: Today's Random Word!

    capnhector (9/14/2012)


    supercalifornication?

    Or supercalifellation?

  • RE: DBA Basics

    Nice question.

    But using rollback immediate may annoy someone :hehe:. I guess it's OK if you are fireproof :cool:.

  • RE: GO Part 2

    Good question about something most people are lucky enough not to have encountered.

    But the wording is terrible - Making the question fit the answer options forces one to assume what...

  • RE: Administration

    Good question.

    SQL Kiwi (9/11/2012)


    The question didn't mention trace flag 610 (which would enable minimal-logging in this scenario) so I assumed it was off, and was rewarded with a green tick...

  • RE: T-SQL

    Nice simple question.

    The collation issue added some amusement to what might otherwise have been a little dull.

  • RE: Today's Random Word!

    jasona.work (9/14/2012)


    crookj (9/14/2012)


    SQLRNNR (9/14/2012)


    Cliff Jones (9/14/2012)


    capnhector (9/14/2012)


    Ray K (9/14/2012)


    Supertramp

    (what I'm listening to right now)

    super freak

    Super man

    super ex girlfriend

    Supercali...... Nevermind.

    Nirvana

    Moksha

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    Lisa Slater Nicholls (9/14/2012)


    But, FWIW, I was saying "this is the functionality that I, and others, want built into SQL Server" -- IsInteger() etc.

    That's fair enough. If you want...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    duplicate post deleted

  • RE: Rogue Algorithms

    Steve Jones - SSC Editor (9/6/2012)


    Scott D. Jacobson (9/6/2012)


    John Hanrahan (9/6/2012)


    Steve,

    I'm surprised no one mentioned agile development practices. It seems like agile is another word for minimal testing. ...

Viewing 15 posts - 4,156 through 4,170 (of 7,484 total)