![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
1. Install both servers with SSRS2005 with FilesOnly. 2. On the first instance run SSRS Configuration tool and create a database. 3. Configure the service accounts and virtual directories 4. Launch the Configuration …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
1. The Report Server Web Service 2. The Report Server Windows Service (Scheduling and Delivery Processor) 3. The Report Server Catalog 4. The Report Processor 5. Data Processing Extensions 6. Rendering Extensions …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
Application requests a report from the RS Web Service. RS Web Service in turn goes to the RS Windows Service ( Report processor). The Report Processor then retrieves the report definition from the database. The user …
msdn.com » SQL Developer - Connecting Databases - Nov 9, 2007
msdn.com » Runeet Vashisht's Web Log - Oct 28, 2007
Ever wondered what is the optimum number of servers that would bring the best performance out of your reporting services scaled out deployment? Or what is better scaled-out or scaled up deployment? Learn about all …
msdn.com » Donovan Smith's WebLog - Oct 24, 2007
There is currently a bug in our SQL Server 2005 PDF renderer which may cause it to generate incorrect glyphs for text in a complex left-to-right script. The reason this occurs is that we need to embed font glyph …
msdn.com » Donovan Smith's WebLog - Oct 17, 2007
The latest SQL Server 2005 SP2 Cumulative Update (CU4) is now available. You can get it by calling into customer support or by making an online request. There are two fixes in the feature areas I own that are included …
msdn.com » Donovan Smith's WebLog - Oct 16, 2007
Querying Reporting Services for a report couldn't be easier with Url Access (http://msdn2.microsoft.com/en-us/library/ms153586.aspx). For example: String report = "/Folder/Report"; String filename = "Report.pdf"; List …
msdn.com » Donovan Smith's WebLog - Sep 26, 2007
I am in the process of documenting the way my Katmai unit tests work. There’s nothing inventive about them – they are straightforward and meant to get the job done. I use the VSTS unit runner which works though not …
Also tagged: visual studio
msdn.com » Donovan Smith's WebLog - Jul 20, 2007
This is a continuation of my work on FAQ for the PDF renderer. A compiled version of these postings will will live at http://blogs.msdn.com/donovans/pages/reporting-services-pdf-renderer-faq.aspx. File Size Why are …