3
votes
4answers
1k views
Reporting Services Deployment
I need to create a repeatable process for deploying SQL Server Reporting Services reports. I am not in favor of using Visual Studio and or Business Development Studio to do this. The rs.exe metho …
1
vote
5answers
2k views
Reporting Services Images do not display after report is is deployed
I have a SSRS 2005 report that has a number of images in it. the way that I have the images included is I have an image object with the URL set in the value property. the actual images are hosted …
0
votes
2answers
256 views
SSRS 2008 word export doesn’t print to landscape
I have a number of SSRS 2008 reports that need to be exported to word in landscape mode. The reports look great when exported but when you attempt to print (or even preview) the page Word appears …
1
vote
3
votes
Best practice for running SQL Server reporting services. Should I run on the database or web server?
Depends...
The reporting services rendering is fairly processor intensive so you need to keep that in mind. Typically if I'm designing a system with heavy load or throughput requirements I …
0
votes
