Forum Replies Created

Viewing 15 posts - 931 through 945 (of 6,486 total)

  • RE: Return all known dates given parameters

    phoeneous (7/10/2012)


    I can retrieve the results just fine, it's when I have to do the sale.DollarX summation that is a problem.

    See attached screenshots.

    Notice that sale.Dollar5 is $50 and the date...

  • RE: Flattening XML problem

    Woot! Happy that helped you both. Was a somewhat weak explanation, but apparently got the message across.

  • RE: Flattening XML problem

    Your query doesn't match the sample data. That said you're on the right track. You just didn't get the cross apply structures quite right.

    Assuming you do it...

  • RE: what is meant by "Dataware Admin.?"

    If you're curious about what a data warehouse is, try this wikipedia entry:

    http://en.wikipedia.org/wiki/Data_warehouse

    That said - this isn't something you just pick up in a day or two. Your best...

  • RE: Need help with CURSOR or other logic to get my data

    Wait you're starting with all three tables, not BUILDING the third table. That's much better. Never mind my previous post.

    I think hector is on the right track. ...

  • RE: Need help with CURSOR or other logic to get my data

    EDIT: misread the requirements at first - disregard this post.

    ******************************************************

    That does paint a better picture on a logical basis, seems to expose another issue, which is that you're...

  • RE: Rapid Fragmentation on identity column

    Using the identity as a clustered index isn't going to help you with your heavy deletes. in fact it seems to guarantee that the space used previously will NOT...

  • RE: FOR XML Syntax

    What relates the header table to the details table?

    Given what you're describing it sounds like you need to put it in as a correlated sub-query. Something like (this is...

  • RE: Need help with CURSOR or other logic to get my data

    Please don't mind Joe - he must be late for his anger management class. He's certainly not representative of the rest of the fine posters on here, so try...

  • RE: Documenting the Undocumented

    cfradenburg (6/27/2012)


    GSquared (6/27/2012)


    There's a big difference between telling a user "don't try to service your TV yourself, there are parts in there that can kill you, and you don't know...

  • RE: The Cult of Mediocrity

    jbnv (6/26/2012)


    patrickmcginnis59 (6/26/2012)I'm pointing out that you have not addressed the free market response to a visibly bad actor. There very well could be an answer here, thats why I'm...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (6/25/2012)


    Jack Corbett (6/25/2012)


    Having one of "those" days today, which really started last Wednesday, so I guess we're almost up to one of "those" weeks.

    Take two days...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/25/2012)


    Doesn't matter which school we get our personal beliefs about Nullability from. What matters is how SQL Server treats the datatypes. Given that SQL treats Varchar(1) as a...

  • RE: Are the posted questions getting worse?

    GSquared (6/25/2012)


    Actually, if you define "NULL" as "unknown value" as opposed to "no value", then one could define a nullable char(1) column as "we may not know what value it...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/25/2012)


    Matt Miller (#4) (6/25/2012)


    Because the CHAR data type is defined as a fixed length type. What's the "length" of NULL?

    One byte in the case of a...

Viewing 15 posts - 931 through 945 (of 6,486 total)