Forum Replies Created

Viewing 15 posts - 571 through 585 (of 825 total)

  • RE: DateTime Functions

    Good question!

    Thanks.

    😛

  • RE: Finding the queries that use the most IO

    I tried on my production server:

    I got interesting results

    ordering by [Total IO] instead of [Average IO].

    Thanks!

  • RE: NOT BETWEEN

    cengland0 (3/30/2012)


    This one was so easy that I was looking for the "trick." I kept look and looking but never found one so I finally submitted my answer. ...

  • RE: Contained Databases

    New features are welcome!

    But, I get it wrong!

    😛

  • RE: VIEWS 4

    Easy question!

    Good practice is never use "SELECT * FROM" in view, too.

    😉

  • RE: SOME

    Is there difference between SOME and ANY?

    Can someone explain?

  • RE: VIEWS 3

    baabhu (3/19/2012)


    Thank you bitbucket. Nice and straight forward question.

    --- Babu

    +1

    Thank you very much.

  • RE: ROWLOCK Escalation

    GilaMonster (3/19/2012)


    The RowLock (or pageLock) hints just say what the locks should start as, nothing more. In this case they'll start as row, but once past the 5000 or so...

  • RE: Looping

    I get it right, but I do not like this kind of question.

    😎

  • RE: Combining union and union all

    R.P.Rozema (3/8/2012)


    To finalize this: My explanation is wrong and my question + answer was correct only by luck.

    The proper explanation has been given in this thread. To be sure I...

  • RE: Combining union and union all

    R.P.Rozema (3/8/2012)


    tim.kay (3/8/2012)


    Got it right and thought that I understood - now looking at the other posts I am slightly confused.

    So am I, as I was very sure I had...

  • RE: Combining union and union all

    R.P.Rozema (3/8/2012)


    You have left off half of the explanation in your quote. In the next sentence the use of parenthesis to override this behavior is explained:

    To preserve duplicates in only...

  • RE: Combining union and union all

    I get it right, but I disagree with explanation:

    If at least one 'Union' is used, duplicates will be removed from the entire final result set, no matter where the 'Union'...

  • RE: Full Recovery Model

    What do you mean for "created and loaded database"?

  • RE: Three Attack Vectors in SQL Server 2005

    Good, very good article!

    Thank you!

    🙂

Viewing 15 posts - 571 through 585 (of 825 total)