Forum Replies Created

Viewing 15 posts - 211 through 225 (of 233 total)

  • RE: More of computed columns

    Good question!

    I was pretty sure that the first create would fail since the operator ^ isn't described in BOL under arithmetic operators. It never occured to me that it could...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Incremental additions

    Oleg Netchaev (10/29/2010)


    Oh well, I lost a precious point on this one. The statement in question

    select @a =+ @b-2

    looked so ridiculous that it made me think that there were 2...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Incremental additions

    Carlo Romagnano (10/29/2010)


    I think the question author tried to confuse us with the syntax for compound operators

    I think the question author CONFUSED himself with the syntax for compound operators,...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Enable Broker Service

    I realized there was probably a 50% risk of getting it wrong which I did. :crying:

    Interestingly in BOL it wasn't specified whether assigning a new identifier with NEW_BROKER actually enabled...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Activity Monitor Permission

    Good question!

    Maybe I shouldn't admit it, but Activity Monitor is something I had completely missed. DOH!


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Are all rounds created equal

    Hugo Kornelis (10/13/2010)


    It is your client software that converts this to a character representation so that you can see it on your screen. The client software chooses to represent these...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    MHilsher (9/24/2010)


    Rune,

    I've got some similar situations in a database that I'm working with and found that the alternative seems to be just as bad. We've created functions to get...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    jeff.mason (9/24/2010)


    As far as NULLs go, I have to say NULL is a good thing for some DATE columns. If you have, say, a StartDate and an EndDate column,...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    sjimmo (9/24/2010)


    Hugo Kornelis (9/24/2010)

    --------------------------------------------------------------------------------

    if the table is used in replication, ..., SQL Server requires that a surrogate key with the UNIQUEIDENTIFIER data type is also present in the table.

    I...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    Hugo Kornelis (9/24/2010)


    The more I think about this, the more I disagree with the notion that multiple identifier columns is a design flaw.

    Agreed. And the SQL standards agree too, if...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    Hugo Kornelis (9/24/2010)


    See the reply by Toreador to see why the distinction between zero-length string and NULL can be very important.

    As to the GUI - though I'd never call the...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    Toreador (9/24/2010)


    Rune Bivrin (9/24/2010)


    However, looking the table in the question I'd probably remove the NULL-ability on the cell phone numbers. Nullable VARCHAR often doesn't make sense. Particularly when they are...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Design

    Hugo Kornelis (9/23/2010)


    Third bullet:

    "A table should avoid nullable columns."

    No. A table should avoid unnecessary nullable columns. When values may be missing in a column, making the column nullable is actually...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Deprecated Features

    While I agree that errors aren't good, I didn't really notice them in this question. I looked up "deprecated features" in BOL, and found a reference to sys.dm_os_performance_counters. Matching that...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Predict the outcome

    I couldn't find any mention of the restriction on increment either. My gut reaction was to answer "error" given that an zero increment makes no sense, but as I couldn't...


    Just because you're right doesn't mean everybody else is wrong.

Viewing 15 posts - 211 through 225 (of 233 total)