Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,443 total)

  • RE: An Impressive SQL Server

    DARPA. Because they're DARPA.

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Not aloud to use subreports.

    I'm not sure I'm completely following, but if this is a performance issue, you could load a snapshot of the report and cache that, then the users wouldn't really be...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    [Jim].[dba].[Murphy] (5/3/2011)


    GilaMonster (5/3/2011)


    Between exchange control fees and taxes I might get to keep maybe 40% of anything donated, and spend several hours in the bank filling out paperwork explaining where...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (5/2/2011)


    Fal (5/2/2011)


    Stefan Krzywicki (5/2/2011)


    Fal (5/1/2011)


    After a horror week in which half my mirrors crashed, a royal wedding saturated the TV, radio, newspapers (as well as my dreams after...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: The Intelligence Cloud

    I took a Systems Analysis class recently, and they were "explaining" the Cloud as anything you access that doesn't run on your computer. I made a nuisance of myself by...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Find number of months in a span where record exists

    Thanks for the alternative, Peso

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    GilaMonster (4/27/2011)


    Brandie Tarvin (4/27/2011)


    GilaMonster (4/26/2011)


    I don't do epic verse.

    Though... (read attached at your own risk, very amateur attempt)

    Wow. Gail, I loved the ice spirit story. That's beautiful and deserves a...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Find number of months in a span where record exists

    Yep, that works even better! Thanks again!

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Find number of months in a span where record exists

    Excellent!

    SELECT

    carriermemid,

    CASE

    WHEN NOT EXISTS(SELECT * FROM #enrollment AS e2 WHERE e2.carriermemid=#enrollment.carriermemid AND e2.effdate<'1/1/2011' AND e2.termdate>'11/30/2010') THEN 'fail'

    ...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Find number of months in a span where record exists

    Dammit! Yes, I think I am, although that's not quite perfect. Here's some better info from me to build the #enrollment table, with a member who has two separate spans...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Membership Span

    See Itzik Ben-Gan's blog for another alternative, we used this to create our own modified membership table for reporting:

    http://www.sqlmag.com/blogs/puzzled-by-t-sql

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Tom.Thomson (4/26/2011)


    Grant Fritchey (4/26/2011)


    ChrisM@home (4/26/2011)


    Is it me, or are the posted questions from developers working on medical systems a little worrying?

    I used to work for a medical software company. it...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    GSquared (4/26/2011)


    GilaMonster (4/26/2011)


    Working on PASS abstracts tonight. Am strongly tempted to write one of them at least in verse. Just for fun...

    Haiku would be fun.

    Shakespearian iambic pentameter would be even...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/26/2011)


    GilaMonster (4/26/2011)


    Working on PASS abstracts tonight. Am strongly tempted to write one of them at least in verse. Just for fun...

    That is something that would strongly tempt me...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Personally, I learn a lot by being a wallflower in these kinds of conversations, so if it's not in the Thread but you are having it elsewhere, can we get...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

Viewing 15 posts - 676 through 690 (of 2,443 total)