Viewing 15 posts - 46 through 60 (of 106 total)
=IIF(fields!address2.value = '',fields!address1.value,fields!address2)
March 15, 2006 at 4:47 pm
please anyone else expiriencing the same slowness i am gettting.... i got over 3,000 business hitting this almost 24/7 and each business has at least 3 to 4 people running...
March 15, 2006 at 4:44 pm
yea our DB is on another BOX... and the web services are on 4 different boxes...
March 14, 2006 at 4:16 pm
Nope it comes up pretty fast.... and there is really nothing special going on in the RDL file itself... 12 columns doing a data dump.. the RDL file doesn't do...
March 14, 2006 at 10:41 am
well i am doing a datediff so it looks like this
datediff(hh, soandsodate,soandsodate2) which this would return 25 hours... but i am looking for something similar that would return instead...
February 28, 2006 at 1:58 pm
Any other advise out there to speed up the reporting services engine...
February 22, 2006 at 9:57 am
well when i run the query say for example EXEC SP_NAME @,@,@,@ ... it takes like say 2 or 3 seconds to return with a result set... i know on...
February 20, 2006 at 1:42 pm
go with embeded images dude... save the hassel...
January 19, 2006 at 10:31 am
The thing i would do next is look in the reporting services logfiles... this will tell you what in the report is causing this error... also try looking in the...
January 17, 2006 at 11:46 am
Make sure in the report designer on the report parameters you do not have the default set to NULL...
January 17, 2006 at 11:29 am
Refer to the name of the column/textbox the calculation is on.. for example...
=ReportItems!textbox22.value(this would be the calculated field) + fields!CountOfSomething(this would be what ever you want to add to...
January 17, 2006 at 11:26 am
i don't get the question but i use Apex SQLDiff...
January 15, 2006 at 5:57 pm
well i could help out... email me when you get a chance...
January 13, 2006 at 3:20 pm
Viewing 15 posts - 46 through 60 (of 106 total)