Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,278 total)

  • RE: Today's Random Word!

    Deja vu, all over again.

  • RE: SSIS Date Manipulation

    I agree a calendar/date table is the way to go.

    I haven't tested the efficiency of this, but I suspect it is a bit more efficient than what you have listed...

  • RE: Printing Report from Browser using Page Number

    I assume that when you look at it online it has the number of pages listed, and when you look at the pdf it also has the number of pages...

  • RE: what is a data warehouse in MS Sqlserver

    In my opinion, both. It is possible to run a data warehouse from an OLTP db directly without a cube. If you think about the term warehouse it...

  • RE: Today's Random Word!

    Clouds

  • RE: Creating a Subscription with Data Paramaters

    Create a data driven subscription. I do this with dates all the time.

    SELECT StartDateParm = DATEADD(dd,-7,GetDate()), EndDateParm = GetDate()

    As you set up your subscription, you use StartDateParm and EndDateParm...

  • RE: Printing Report from Browser using Page Number

    Fiddle with the report size and margins until you get a one to one match with pdf output.

  • RE: Today's Random Word!

    bopeavy (7/28/2011)


    Ray K (7/28/2011)


    crookj (7/27/2011)

    --------------------------------------------------------------------------------

    Brandie Tarvin (7/27/2011)

    --------------------------------------------------------------------------------

    Spam.

    This thread and The Thread are killing my inbox!

    "Spam, lovely Spam, wonderful Spam." - Monty Python

    "I'll have the spam spam of...

  • RE: Export Dates CSV SSRS

    Try using the CONVERT function in your dataset rather than your report.

  • RE: Shift expression.

    You didn't give us much to go on with regard to the data you have to work with, but I would be inclined to do this in the dataset. ...

  • RE: Report Preview Not all the data is displaying

    One thing I did forget to mention is to refresh your preview. The dev environment will frequently hold data in cache to show a preview screen faster. After...

  • RE: Today's Random Word!

    bopeavy (7/27/2011)


    Brandie Tarvin (7/27/2011)


    bopeavy (7/27/2011)

    --------------------------------------------------------------------------------

    Ray K (7/27/2011)

    --------------------------------------------------------------------------------

    WOTD: coffee

    Tea

    Green

    Grass

    Meadow

  • RE: table display

    Use a matrix with your months at the top, your groups on the side, and your count as the data.

  • RE: Report Preview Not all the data is displaying

    SSRS has the ability to filter data in datasets, so the first place I would look would be to see if the dataset is being filtered.

    Next I would look carefully...

  • RE: Today's Random Word!

    crookj (7/26/2011)


    Ray K (7/26/2011)


    Daniel Bowlin (7/26/2011)


    SQLRNNR (7/25/2011)


    crookj (7/25/2011)


    SQLRNNR (7/25/2011)


    FOG (horn)

    Foghorn Leghorn

    Yeah

    PAY ATTEN....I SAY PAY ATTENTION SON 😛

    Well I'm a chicken hawk, and I'm here to get myself a chicken!!!...

Viewing 15 posts - 1,021 through 1,035 (of 2,278 total)