I was wondering if anyone could inform me as to what the performance difference as far as processing speed with scheduled jobs vs stored procedure call vs remote calls of SSIS packages. At the moment i'm calling the SSIS package via a stored procedure
because i'm having users fire off the ssis package via Web UI so that they could make requests on their own and get results as needed, but when i run the package locally the same request will finish in minutes as compared to hours with the stored procedure
call...can anyone please shed light as to why this is the case or maybe I might be doing something wrong, any help would be greatly appreciated.
↧