Viewing 15 posts - 181 through 195 (of 2,010 total)
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...
October 6, 2010 at 7:52 am
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...
October 5, 2010 at 9:19 am
Roy Ernest (10/1/2010)
October 1, 2010 at 7:48 am
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...
October 1, 2010 at 7:46 am
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...
October 1, 2010 at 7:21 am
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...
September 30, 2010 at 7:09 pm
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...
September 30, 2010 at 2:13 pm
veeren4urs (9/29/2010)
some random thoughts use date diff.
How would you use DATEDIFF to solve the OP's problem?
September 29, 2010 at 8:27 am
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. ...
September 29, 2010 at 6:31 am
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?...
September 28, 2010 at 2:23 pm
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...
September 28, 2010 at 2:16 pm
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....
September 28, 2010 at 12:49 pm
Daniel Bowlin (9/27/2010)
SELECT *
FROM invoice
WHERE invoice.date BETWEEN @Start AND @End
These should automatically link to like...
September 28, 2010 at 7:14 am
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...
September 28, 2010 at 6:16 am
Viewing 15 posts - 181 through 195 (of 2,010 total)