Forum Replies Created

Viewing 15 posts - 541 through 555 (of 1,243 total)

  • RE: Are the posted questions getting worse?

    BL0B_EATER (1/29/2016)


    Have you guys during your careers ever thought about doing something else in life.. as opposed to IT / SQL Server / Coding etc etc?

    Definitely, I'd love to earn...

  • RE: Hard Data v Gut Feel

    Whilst gut feel shouldn't be ignored neither should the data.

    There's the situation when you have the hard data in front of you and your gut feel is they're wrong....

  • RE: Checkpoint

    I got one of Andy's right!!!!!

    It's something I'd actually seen recently myself and I knew(!) the answer without looking it up. Of course being one of Andy's...

  • RE: Eliminate WHILE loop

    After having time to look at that properly, I see exactly what it does.

    I can't believe I didn't think of using the Tally table method. I've put...

  • RE: Eliminate WHILE loop

    Thanks Jeff, that's fantastic.

    I've got a Tally table on my laptop but it didn't even cross my mind to use it. I forget how useful they can be....

  • RE: Today's Random Word!

    Ed Wagner (1/12/2016)


    Grumpy DBA (1/12/2016)


    BWFC (1/12/2016)


    Deuce 😀

    #2

    Initial Specifications

    Vague

  • RE: Today's Random Word!

    Ed Wagner (1/12/2016)


    whereisSQL? (1/11/2016)


    Ed Wagner (1/11/2016)


    Revenant (1/11/2016)


    DonlSimpson (1/11/2016)


    SQLRNNR (1/11/2016)


    whereisSQL? (1/11/2016)


    djj (1/11/2016)


    Ed Wagner (1/11/2016)


    Eirikur Eiriksson (1/11/2016)


    whereisSQL? (1/11/2016)


    Ed Wagner (1/11/2016)


    SQLRNNR (1/11/2016)


    Grumpy DBA (1/11/2016)


    Hugo Kornelis (1/10/2016)


    TomThomson (1/10/2016)


    Eirikur Eiriksson (1/10/2016)


    Behind

    DoesThisDressMakeItLookBig

    It's not the dress, dear!

    Lie

    DefinitelyBetterThanTheDogHouse

    Trouble

    Maker

    Match

    Expression

    Code

    Black

    Ops

    Intrigue

    007

    Bond

    Bail

    Out

    Deuce...

  • RE: Courses- best ones?

    Kazmerelda (1/11/2016)


    Firstly am in the UK 🙂 if that has any bearing.

    Not sure where the best place to put this was, but can anyone recommend any good SSIS/SSRS/SSAS courses at...

  • RE: Are the posted questions getting worse?

    BrainDonor (1/7/2016)


    I see that SQL Saturday Manchester has been announced - same venue as last year, 22/23 July.

    Where did you see that? I can't find it for looking. ...

  • RE: Are the posted questions getting worse?

    rodjkidd (12/9/2015)


    So the dates and location for SQL Bits have been announced

    Wed May 4th to Sat May 7th

    Liverpool Exhibition Centre

    http://www.sqlbits.com/

    Now what do to about the ticket I have for Yes...

  • RE: Parameter advice please

    Can you post your full query and some sample data please? It will make it much easier to come up with a solution.

  • RE: Parameter advice please

    faulknerwilliam2 (12/1/2015)


    Hello

    I have a simple script that brings through, for a certain product, the date it was ordered and the date the order was completed.

    On a graph, I am tring...

  • RE: HELP WITH A CASE STATEMENT

    create table #relate

    (

    ContactGroup char(6),Contact varchar(20),RelationshipId varchar(20)

    )

    insert into #relate values

    ('ABL001' ,'ABL0011' ,'Lead Tenant')

    ,('ABL001' ,'ABL00110' ,'Son')

    ,('ABL001' ,'ABL0012' ,'Son')

    ,('ABL001' ,'ABL0013' ,'Son')

    ,('ABL001' ,'ABL0014' ,'Son')

    ,('ABL001' ,'ABL0015' ,'Son')

    ,('ABL001' ,'ABL0016' ,'Daughter')

    ,('ABL001' ,'ABL0017' ,'Son')

    ,('ABL001' ,'ABL0018' ,'Daughter')

    ,('ABL001' ,'ABL0019' ,'Daughter')

    ,('ABL002'...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (11/5/2015)


    BWFC (11/5/2015)


    Greg Edwards-268690 (11/5/2015)


    xsevensinzx (11/5/2015)


    Brandie Tarvin (11/5/2015)


    BWFC (11/5/2015)


    Woolly nebulous request of the month alert.

    I've been asked to look into ad-hoc reporting solutions so users can create their own...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (11/5/2015)


    xsevensinzx (11/5/2015)


    Brandie Tarvin (11/5/2015)


    BWFC (11/5/2015)


    Woolly nebulous request of the month alert.

    I've been asked to look into ad-hoc reporting solutions so users can create their own reports.

    All I know...

Viewing 15 posts - 541 through 555 (of 1,243 total)