Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
There are multiple operation going on it is slow down system then which will improve the performance of system.
Posted

1 solution

Well there is no one quick solution. Since you're working with SSIS I would start to investigate what is causing the load on the database server.

Investigate all the session, use profiler to track long running operations etc. After digging information about specific long running or resource consuming operations, concentrate on enhancing the by indexing, re-writing the operations and so on.

Also using for example the Windows Performance Monitor, check the utilization of the CPU and the main memory. If you have lot's of operations going on, one speciifc reason could be paging of the server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900