Forum Replies Created

Viewing 15 posts - 436 through 450 (of 541 total)

  • RE: SSIS job error

    LutzM (6/1/2011)


    Google is your friend in this case:

    I searched for "The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020" and the first...

  • RE: Sort months in chronological order in SSRS

    LutzM (5/25/2011)


    Glad I could help 😀

    Could I please ask you for another favor ? I am stuck with this one:

    http://www.sqlservercentral.com/Forums/Topic1115231-149-1.aspx

    Lutz, Your help would be deeply appreciated.

    Thanks and...

  • RE: Sort months in chronological order in SSRS

    LutzM (5/24/2011)


    ORDER BY CAST(SUBSTRING(CONVERT(VARCHAR(11), date, 113), 4, 8) AS DATETIME)

    Hi Lutz,

    I was stuck with another issue and your solution resolved that one as well. You hit two birds with one...

  • RE: Sort months in chronological order in SSRS

    LutzM (5/24/2011)


    ORDER BY CAST(SUBSTRING(CONVERT(VARCHAR(11), date, 113), 4, 8) AS DATETIME)

    You are the Man, Lutz !!!!! Genius !!!

    Thanks very much !!!

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    Try changing the query then creating a new report from scratch (just to see if the query runs... no need to rebuild the rest)

    Actually that is the problem I...

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    Definitely yes.

    I'd also try deleting the parameter and remaking it.

    I have tried remaking the parameter but still get an error. Also, the thing is the @From part still works...

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    What error are you getting?

    Comparing a date to a date has never been an issue for ss.

    When I change the datatype to datetime in the report parameter, it gives...

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    Then put it back as datetime in the parameter of the report.

    If it still fails, dump all the converts in the query (to test) and it should work.

    Changing...

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    What's the datatype of the parameter in the stored procedure?

    What's the datatype of create_date?

    Thanks again.

    The datatype of the create-dt field in the table is datetime. The parameter is...

  • RE: SQL query regarding parameter

    Ninja's_RGR'us (5/24/2011)


    I'd check to make sure that the @To is not set to 2011-05-01 and actually set to 2011-05-31.

    I personnally preffer to use < 2011-06-01. I can't tell you...

  • RE: SQL query regarding parameter

    Gianluca Sartori (5/24/2011)


    What's the datatype of @From and @To?

    It could be an (implicit) conversion issue.

    Thanks for your reply. both @from and @to are set as String datatype in the report...

  • RE: Using count and group by with multiple fields

    Davin21 (5/23/2011)


    The issue seems to be that you are grouping by the field which shows the aggregated value

    Try Select count(CREATE_OFFICE_TEAM_CD), CREATE_DT as create_dt from MF_FORUM

    where WORKFLOW_ACTION_CD IN ('D', 'A')

    and...

  • RE: OLAP/ Analysis Services benefits for Shipping industry

    sqllearner-339367 (4/7/2011)


    Paul,

    Creating a report with aggregation for database less than 10,000 of rows can be achieved using T-SQL queries. Consider if you want to analyse the database having millions of...

  • RE: SS Analysis Services Front end tool for end users

    stevefromOZ (4/5/2011)


    Excel definitely comes to mind. Most of the other major vendors (e.g. IBM Cognos, SAP BO) support querying SSAS cubes, so if you have these on hand, they...

  • RE: Create trigger to fire SSIS package

    GSquared (3/25/2011)


    In that case, don't do it in a trigger, unless the trigger is in a database that has absolutely no performance implications at all, and can deal with dropped...

Viewing 15 posts - 436 through 450 (of 541 total)