datascapes
Programmer
We have an automated solution that fires off DTS packages per user requests from a web site. The packages pull data from an SQL Server 2000 db into the user's choice of formats (e.g., Access, Excel, csv, fixed width, dbf, etc.). While things are working great (no errors, etc.), the larger DTS packages take up 100% available processor. The DTS packages are being called from an ActiveX dll (VB). We queue the requests so we're not running too many at a time, but with several concurrent requests (or back to back requests), the processor stays pegged. Is there a way to force the DTS packages to not exceed a certain percentage of processor time? Other options?