Forum Replies Created

Viewing 15 posts - 181 through 195 (of 2,010 total)

  • RE: Backup job with Datetime stamp

    Sorry no one has answered your question yet. Hopefully this helps...

    As to Item 1) I haven't tested you code, but it would certainly seem that it would work for...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Raw Materials - The Eyes of Derek

    Very good one Larry.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Cannot create a row size of 8164 whiuch is greater than allowable size 8060 while creating report in ssrs.

    I'd imagine this is actually an error form the source database not from SSRS, but I could be wrong... Have you tried to execute the same query directly from...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Roy Ernest (10/1/2010)


    I just wanted to let you all know that Jeff Moden gave a great presentation for our user group yesterday using Netmeeting. Everyone loved it. And they like...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Out of memory error

    Also, if it runs fine on the server but not your development machine, your dev machine probably needs more ram.

    but this is what I Was trying to say earlier

    when...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: how to display multiple records in 1 column seperated by (,)?

    I'd have to really, really really disagree with this as a method for solving the OP's issue.

    First, it's Dynamic SQL which can cause security and performance issues down...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Out of memory error

    spending a few extra minutes or hour developing the other(extra) reports (since you'll probably be using the same general format) will over the lifetime of the report cost your company...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Out of memory error

    I'm guessing that your SSRS instance is not on the same physical machine as your source database. If it is then some of this won't apply, but the same...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: How to set parameters

    veeren4urs (9/29/2010)


    some random thoughts use date diff.

    How would you use DATEDIFF to solve the OP's problem?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: PLEASE help -- Can't connect to report service thru Management Studio

    ok from another thread here talking about issues connecting to SSRS 05 using the 08 tools and other things, try connecting via a hostname or URL not by IP. ...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Error connecting to report server via SSMS (handshake failed)

    Can you connect with the Report Manager web admin tool?

    Did you try to connect with an account that has appropriate permissions to the SSRS instance?

    What about from a remote machine?...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: PLEASE help -- Can't connect to report service thru Management Studio

    What errors are you seeing in your security log, application log, etc?

    One of your screenshots in your first posts had an error message that basically said hey, go look at...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: PLEASE help -- Can't connect to report service thru Management Studio

    Greg, it might be helpful if you provided some details into what exactly you are trying to do. You say you have 1 that's working and 1 that isn't....

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: How to set parameters

    Daniel Bowlin (9/27/2010)


    Your dataset query for the invoice data must include start and end parameters. Something like

    SELECT *

    FROM invoice

    WHERE invoice.date BETWEEN @Start AND @End

    These should automatically link to like...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Second instace of RS not working correctly

    First I'm slightly confused by this statement...

    everything checks out when we run the report through the ReportManager. It only prompts us for credentials coming from the second instance of...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 181 through 195 (of 2,010 total)