Beantwortet Parallel query exeuction

  • יום רביעי 02 מאי 2012 17:37
     
     

    I am getting the error

    The query processor could not start the necessary thread resources for parallel query execution. How do I resolve this issue.

כל התגובות

  • יום רביעי 02 מאי 2012 17:41
    מנחה דיון
     
     תשובה
    This is typically caused by an excessive workload, specifically SQL Server was too busy processing other requests, so unless the issue is repeating itself too often (then you need to look into the root cause which typically ends with adding resources and/or fixing bad queries, etc.) there is nothing much to do here.

    Arthur My Blog

    • סומן כתשובה על-ידי Nibras33 יום רביעי 02 מאי 2012 17:51
    •  
  • יום רביעי 02 מאי 2012 17:53
     
     
    Thanks Arthur