Forum Replies Created

Viewing 15 posts - 556 through 570 (of 812 total)

  • RE: Bulk Logged recovery model

    Nakul Vachhrajani (4/15/2012)


    The way I interpreted the question was:

    1. Database is in full-recovery mode

    2. User foresees bulk-operations (i.e. to be performed sometime in the future)

    3. User therefore changes the database...

  • RE: VIEWS 6

    I do not like this kind of EXTREMELY easy questions.

    😀

  • RE: Foreign key

    Another tricky and bad worded question.

    In the earlier versions of any DBMS, the foreign key was implemented thru triggers.

    So the answer should be "YES, implemented by trigger."

    Or change the question:...

  • 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...

Viewing 15 posts - 556 through 570 (of 812 total)