Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,250 total)

  • 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...

  • RE: Are the posted questions getting worse?

    Thanks everybody.

    That-Which-Shall-Not-Be-Named has already been mentioned as a possibility so I'm in the process of installing it so I can have a play. It's not something I've used before...

  • RE: Are the posted questions getting worse?

    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 is it's a SQL Server back...

  • RE: Create Procedure

    Nice and easy but a point missed because in my pre-coffee haze I clicked the wrong answer!! :angry:

  • RE: Dynamic query for Lookup tranformation

    vipin_jha123 (11/3/2015)


    Hi

    In my package I am using lookup to get new and similar record.

    I want to filter the rows for Lookup Reference Data Set by using Variable Value

    I...

  • RE: Today's Random Word!

    anthony.green (10/27/2015)


    Ed Wagner (10/27/2015)


    anthony.green (10/27/2015)


    crookj (10/27/2015)


    NFC

    RFID

    Insecure

    TalkTalk

    Injection

  • RE: From Great Idea to End Result

    I'm in a similar situation at the moment. I put a report together according to the users requirements and tested it thoroughly before I released it to him. ...

  • RE: Are the posted questions getting worse?

    Ed Wagner (10/27/2015)


    ChrisM@Work (10/27/2015)


    BWFC (10/25/2015)


    GilaMonster (10/1/2015)


    BWFC (10/1/2015)


    Hopefully next month there'll be a butty with homemade bacon, homemade sausage and eggs from the allotment on homemade bread. I can taste...

  • RE: SQLCMD connection switching

    David McKinney (10/27/2015)


    tom.w.brannon (10/27/2015)


    I am completely baffled by being able to get a result for Server2 before it has even been connected to. Can somebody give a better explanation?...

Viewing 15 posts - 556 through 570 (of 1,250 total)