Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 1,243 total)

  • RE: Today's Random Word!

    Legion

  • RE: Need Query for calculation total

    I came up against this recently and I was directed here[/url]. Don't be put off by the length of the article, the actual code it uses is very...

  • RE: how to seperate the month and year from date?

    Borrowing heavily from Gail to give the results in the same column with a two digit year

    DECLARE @dt DATETIME;

    SET @dt = GETDATE();

    SELECT DATENAME(month,@dt)+'-'+ right(YEAR(@dt),2)

  • RE: Today's Random Word!

    Juvenile

  • RE: How do you edit an embedded image in SSRS 2012?

    Have look at this link . Down at the bottom there's a very simple way of extracting the image from the report.

  • RE: How do you edit an embedded image in SSRS 2012?

    Annoyingly, I've done something like this recently but I've a horrible feeling I had a copy of the logo from elsewhere that I edited and then added to SSRS. ...

  • RE: How do you edit an embedded image in SSRS 2012?

    Would it not be simpler to create a new image, edit it and then embed that? If you do it that way you can change it more quickly if...

  • RE: Today's Random Word!

    Ed Wagner (5/13/2014)


    Stuart Davies (5/13/2014)


    crookj (5/12/2014)


    Ed Wagner (5/12/2014)


    Revenant (5/12/2014)


    Ed Wagner (5/12/2014)


    TomThomson (5/12/2014)


    crookj (5/12/2014)


    Plate

    Glass

    Dinner

    Roll

    Butter

    (Roll over) Beethoven

    (Chuck) Berry

    (Twist and) Shout

    Yell

  • RE: rsExecutionNotFound error, some questions after a week of research.

    brainy (5/13/2014)


    Hi Ravi,

    I am also facing the same problem... If you have found solution, can you please post it so that every one will be aware of.

    Thanks

    This is a...

  • RE: Better Training

    Gary Varga (5/13/2014)


    BWFC (5/13/2014)


    Gary Varga (5/13/2014)


    BWFC (5/13/2014)


    I've been lucky enough to land in the world of business intelligence with no prior experience other than asking my now colleagues if they...

  • RE: Better Training

    Gary Varga (5/13/2014)


    BWFC (5/13/2014)


    I've been lucky enough to land in the world of business intelligence with no prior experience other than asking my now colleagues if they could make or...

  • RE: Better Training

    I've been lucky enough to land in the world of business intelligence with no prior experience other than asking my now colleagues if they could make or change reports to...

  • RE: Just Enough know-how

    Jeff Moden (5/12/2014)


    I've started a real pushback on all of this. It's amazing how many of the candidates (something like 22 out of 24) can't answer the first question,...

  • RE: Today's Random Word!

    Stuart Davies (5/9/2014)


    TomThomson (5/8/2014)


    Ed Wagner (5/8/2014)


    Kurt W. Zimmerman (5/8/2014)


    Powder

    Dry

    Martini

    Glasses

    Lenses

  • RE: Today's Random Word!

    whereisSQL? (5/7/2014)


    Ed Wagner (5/7/2014)


    TomThomson (5/7/2014)


    bkmsmith (5/7/2014)


    Ed Wagner (5/7/2014)


    TomThomson (5/7/2014)


    Stuart Davies (5/7/2014)


    BWFC (5/7/2014)


    Litter

    letter

    latter

    Ladder

    Jacob

    Patriarch

    Dad

    Mom

    Pop

Viewing 15 posts - 1,051 through 1,065 (of 1,243 total)