Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 12th, 2004, 02:42 PM
Authorized User
 
Join Date: Jun 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Controlling execution of jobs

Hi,
I am working on a subscription reporting system with SQL Server RS reports
that report from Oracle 9i warehouse with Oracle stored procedures used for
data processing. Users select report parameters through a custom UI, the
parameters are held on a table in SQL Server then outside of normal business
hours the reports are run by a programmatic rendering process (C#). I am
trying to find information regarding control of the report processing for the
system. I need to decide whether to run jobs sequentially or concurrently and
if concurrently then how to set the maximum number of concurrent jobs
allowed, how to control queue time and the number of jobs allowed in a queue
and how to control the number of connections to the Oracle warehouse. Does
anyone have any information regarding best practice for configuration
settings for subscription systems? For example if I have 200 reports to run
each night and each report takes 10 minutes for the data processing component
and I am only allowed 10 open connections to my warehouse then would the
approach to be submit all 200 reports to Reporting services at once and have
the RS configuration settings handle the processing or should I write my own
job monitoring application to limit the number of concurrent jobs being sent
to reporting Services?
I've looked at Data driven subscriptions and snap shots, the report
parameter UI seems the only way to go as I need to pass different oracle
credentials to the reports depending upon the user who subscribes to a report. Any help appreciated.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Controlling Print Jobs nep23 C++ Programming 1 February 5th, 2007 08:32 AM
Allow developer to shedule jobs but not as SA tuffnet SQL Server 2005 2 December 14th, 2006 05:04 PM
SSIS Packages to Jobs BCullenward SQL Server 2005 3 May 9th, 2006 02:39 PM
Cron Jobs - Execute File itHighway Beginning PHP 0 November 20th, 2005 10:52 PM
DB cron jobs ss2003 PHP Databases 1 September 14th, 2004 03:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.