Forum Replies Created

Viewing 15 posts - 376 through 390 (of 552 total)

  • RE: LEN()

    L' Eomot Inversé (3/29/2013)


    Thomas Abraham (3/29/2013)


    Nice question, on a seemingly simple, but not so, issue. Thanks!

    ... perhaps, but most of it must be people getting it wrong.

    ... and I am...

  • RE: Truncate Table

    Awesome, actually really nice one.

    (I had developed imaginary theory on this long back- what if the table is self joined with the key and would truncate work? - and I...

  • RE: CASCADE - 2

    Good one, thank you for posting;

    I actually selected 1 and 4 and really not sure what crossed my mind and I ended up selecting the other two... which lead to...

  • RE: Passing Tables as Parameters

    Simply the best; thank you for posting.

  • RE: Deterministic

    Thank you for posting, good one.

    Never digged so deep on this area, was interesting to learn.

  • RE: Delete v Truncate

    Hugo Kornelis (3/21/2013)


    ...

    DML is language that inserted, updates, or deletes data. That (deleting data) is exactly what TRUNCATE TABLE does!

    Thank you Hugo; but one doubt...

    .... but still it is does...

  • RE: Delete v Truncate

    jpentz99 (3/21/2013)


    ...

    MS docs sometimes refer to it as a DML operation as well:

    "Some data manipulation language (DML) operations, such as table truncation, use Sch-M locks to prevent access to affected...

  • RE: Delete v Truncate

    good one. thank you for posting.

    I guess it is a long fight because neither way it cannot be proved 100% that it is a DML or DDL depending on the...

  • RE: CASCADE - 1

    peter.row (3/20/2013)


    Basic question designed to seem like a trick?

    This applies equally to SQL Server 2005 and 2008 not just 2008R2 and 2012.

    also... including our old friend SQL SERVER 2000

  • RE: CASCADE - 1

    Simply Nice, thank you for posting.

    (i knew this before, and just fews days ago i kind of helped a person online to fix this, so it was easy recall for...

  • RE: Full-Text Search – Thesaurus Languages

    Simply the best, thank you for posting steve...

    (i looked into the thesaurus file location on the hard drive and then noticed eng/enu two files but was not sure which one...

  • RE: DATETIME - 4

    Awesome Qtod,thank you for posting.

    (I am bursting with my doubts... but no idea where to begin...)

    so to say... there will be no row/s in the datetime column where it...

  • RE: Casting question

    ah ... this was soo easy, i just selected the answer in one click....:Whistling: but selected the wrong one. (interesting read, so far)

  • RE: Temp Table Data Types

    Carlo Romagnano (3/13/2013)


    okbangas (3/13/2013)


    Learned something new here, and by the way, the reference should be:

    Date, Time, and Timestamp Escape Sequences

    Good!

    +1

  • RE: Temp Table Data Types

    Stewart "Arturius" Campbell (3/13/2013)


    Interesting question, thanks Dave

    Another way to check the detail of the temp table would be to execute tempdb..sp_help #TempQoD

    Now this is very very new thing to me......

Viewing 15 posts - 376 through 390 (of 552 total)