Sunday 21 October 2018

Packagepriorityclass property in SSIS package

Below are the package priority classes are available in SSIS package.
  

AboveNormal: The thread is scheduled after threads with Default priority and before those with Normal priority.
BelowNormal: The thread is scheduled after threads with Default, AboveNormal, and Normal priority and before those with the lowest priority.
Default: The thread is scheduled before threads with any other priority. This is the highest thread priority.
Idle: This thread is scheduled after threads with any other priority.
Normal: The thread is scheduled after threads with Default and AboveNormal priority, and before those with BelowNormal and Lowest priority.

  

No comments:

Post a Comment

If you have any doubt, please let me know.

Popular Posts