Forum Replies Created

Viewing 15 posts - 6,271 through 6,285 (of 7,484 total)

  • RE: Are the posted questions getting worse?

    WayneS (1/28/2011)


    Tom.Thomson (1/28/2011)


    edit: I missed a whole page of comments - must have skipped accidentally from page 1 direct to page 3 without passing page 2 and without collecting essential...

  • RE: varchar versus nvarchar

    Carla Wilson-484785 (12/2/2008)


    AND not too long ago, there was a forum post about trailing blanks in nvarchar, and how that can be a problem in comparisons, etc. unless you use...

  • RE: Codd's Rules

    Frank Kalis, article


    Updateable views are not always possible. For example there is a problem when a view addresses only that part of a table that includes no candidate key. This...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/28/2011)


    Tom.Thomson (1/28/2011)


    I've added another response. Maybe I'm going crazy, but to me you both seem to have missed the fact that he's trying to pass a large number...

  • RE: Standard Deviation

    wolfkillj (1/28/2011)


    I think the "P" in STDEVP does stand for "population", as that function returns the actual standard deviation of the entire population (sometimes called the "n" method); hence, the...

  • RE: Are the posted questions getting worse?

    WayneS (1/28/2011)


    GilaMonster (1/28/2011)


    Can anyone help this gentleman locate a split function please http://www.sqlservercentral.com/Forums/Topic1054690-1292-1.aspx

    Your wish is my command 😀 ... he's been guided to a suitable split function.

    Edit: and you were...

  • RE: Input data with mulit records for a parameter.

    You can't get more than 1 case number into a 12 character field. That really would be magic! You need to change that parameter type (maybe change its...

  • RE: Doesn't security cascade down?

    Koen (da-zero) (1/27/2011)


    WayneS (1/27/2011)


    Which makes what I'm trying to do a PITA. 🙁

    Pita?

    http://upload.wikimedia.org/wikipedia/commons/5/5f/Pita_topped_with_artichoke_hummus_and_lamb.jpg

    An alternative to PITB.

  • RE: Standard Deviation

    Well I got this one wrong, mainly because the SQL function naming is a little bizarre:

    STDEV is the estimated Population Standard Deviation (although there's no P in the...

  • RE: Data Driven Subscription

    Thanks for the question.

    MS terminology is sometimes somewhat bizarre, isn't it! 😀

  • RE: Normalization

    I started looking at this topic again because it was flagged as having new material I hadn't seen before. I don't know why it was flagged like that, because...

  • RE: Normalization

    David Portas (1/22/2010)


    Irrespective of that, the Normal Forms, upto and including 6NF don't leave any room for the possibility of nulls. Codd himself says so: "The concepts and rules of...

  • RE: Normalization

    David Portas (1/22/2010)


    PaulB-TheOneAndOnly (1/21/2010)


    I can see no conflict between data normalization and accepting null values in non-key columns - as all rdbms out there allow and enforce.

    All the conventional Normal...

  • RE: Normalization

    sjsubscribe (1/20/2010)


    Certainly the current practice is mixed at best or else no DBMS would allow null values as valid entries in a field. That's what the relational theory purists wants....

  • RE: Error converting data type nvarchar to numeric

    Chrissy321 (1/26/2011)


    Putting aside ISNUMERIC and its issues I still don't understand why a CONVERT would work when selecting a field but not in the WHERE clause.

    Is it possible that the...

Viewing 15 posts - 6,271 through 6,285 (of 7,484 total)