Forum Replies Created

Viewing 15 posts - 391 through 405 (of 658 total)

  • RE: Index defaults 2

    jfogel (6/27/2012)


    But that wasn't the point of the question.

    I agree now I know the answer.

    But it could have been - it was the point of the previous question in this...

  • RE: Index defaults 2

    tim.bearne (6/27/2012)


    The fact that you can get an index made to support a completely different constraint is irrelevant.

    No it's not. Just because it is created for one purpose doesn't mean...

  • RE: Index defaults 2

    vk-kirov (6/26/2012)


    I can create an index by means of a unique constraint

    That's exactly the basis on which I answered "None unless the rest of the statement creates one", which I...

  • RE: Temp Tables

    ScottPletcher (6/25/2012)


    2. A Table Variable can have primary keys and indexes defined

    Baloney.

    "Defined" is inherently an action, not a state.

    You cannot "define an index" on a table variable in SQL Server.

    Baloney...

  • RE: Temp Tables

    I took a risk and made the correct assumptions, so guessed the right answer πŸ™‚

    But strictly speaking, the answer should be "false, false".

    A Temporary Table can have primary keys ...

    A...

  • RE: Create Database

    Got it right, seemed an easy guess πŸ™‚

    But when I then did a bit of research, it appears that FOR ATTACH will also work if the database had a single...

  • RE: Repairing with DBCC CHECKDB

    Am I allowed to complain that I got an error because I have no such database as Adventureworks? πŸ˜‰

    I knew that repair_fast no longer worked, but guessed wrong that it...

  • RE: Transactions 3

    Presumably the 21% who answered "0" didn't read the discussions following the previous question πŸ™‚

  • RE: Logical Operators

    I can't believe that 21% have currently got it completely wrong, thinking that OR has precedence over AND! Hopefully they're just all misunderstanding what 'precedence' means πŸ˜‰

  • RE: Transactions 2

    Hugo Kornelis (5/23/2012)


    If you want the application to be outside SQL Server, you should ... even control the transactions from the application.

    That's what we do (MTS in our case). Has...

  • RE: Transactions 2

    Hugo Kornelis (5/23/2012)


    Only when you declare an explicit transaction AND you don't want to add explicit error handling AND you are fine with the default error handling with XACT_ABORT set...

  • RE: Transactions 2

    Good question, but not sure about the explanation, which talks about implied transactions even though this one is explicit . The issue surely is that statement failure doesn't cause an...

  • RE: Select Statement

    L' Eomot InversΓ© (5/22/2012)

    The really scary thing is that more than 10% of people responding up to now got it wrong. They don't know what SQL's /...

  • RE: Select Statement

    Good question. I suspect there'd have been fewer correct answers if "1" was an option!

  • RE: SQL Server Agent Proxies

    dpathak02 (5/15/2012)


    Well, there is a difference in "see" and "view"! Joe can see the Agent folder but he can not view/access the folder. Based on this interpretation, I got it...

Viewing 15 posts - 391 through 405 (of 658 total)