Forum Replies Created

Viewing 15 posts - 106 through 120 (of 183 total)

  • RE: Group Row Count

    It still doesn't work, even when i have used the correct expression, any other idea's?

  • RE: Group Row Count

    It still doesnt work for me, where will type this expression in the group footer?

  • RE: SQL Stored Procedure with parameters

    The query is to be used for a report within SSRS, but before i commit it into SSRS, i need to get the query right.

    The outcome of the query is...

  • RE: Export to Excel

    This should help.

    Right click on the report item, and then select the 'Visibility' tab, and check the 'Collapsed (+)' box.

  • RE: Excel export

    Fixed!!!, had to readjust the alignment of the table a little closer to the text box which was acting as the report title, as well as make them the same...

  • RE: Database Growth

    Will setting the autogrowth of the 'file growth' to 1%, and leaving the maximum file size to unlimited do the trick?

  • RE: Database Growth

    Its a live database been used by an e-commerce application, in other words there is only one user logged in at a time.

    The recovery model is set to full...

  • RE: SQL Profiler

    Sorted!!!

    Figured it to be the lead DBA not giving me access rights as an administrator (dbo) on the server itself

  • RE: Arithmetic Query

    Is this okay?

    CASE WHEN ISNULL(SUM(QuantityShipped), 0) = 0 THEN 0

    ELSE SUM(T_OrderLine.[Unit Price] * T_OrderLine.QuantityShipped) / SUM(T_OrderLine.QuantityShipped) END AS [A.S.P]

  • RE: Arithmetic Query

    Hey All - Im back,lol

    I just rewrote this query and i get the following error message:

    Column 'CMDATA_Reporting.dbo.T_ProductClass.ParentProductClassID' is invalid in the select list because it is not contained in either...

  • RE: Subscription error - The user or group name not recognized(rsunknownusername)

    Try creating a shared data source for the reports to run from. And then use the domain\user account for user to view them - which is the windows integrated option.

  • RE: Subscription error - The user or group name not recognized(rsunknownusername)

    Just thought I should share this with you guys, it was sent to me by another member of SQL Server central:

    This could point to two things:

    1. In order to...

  • RE: email subscriptions

    Funny how we find things around the net. Just thought I should share it with peeps in this forum for knowledge sharing:

    using Report Manager, drill down to your report. ...

  • RE: Expiry Date

    Sorry for the mix up about the dates i was just using 14 days as an example.

  • RE: Expiry Date

    Hello All

    I kinda found a way which is KISS (Keep It Simple and Simple), i used in my select query:

    WHERE[ExpiryDate] BETWEEN getdate() AND getdate() +30

Viewing 15 posts - 106 through 120 (of 183 total)