Forum Discussion

jamesneal's avatar
jamesneal
New Member
2 years ago

Limiting Distributed Requests

I have quite a few dynamic sql statements that are being executed via sp_executesql and would like to limit the number of distributed requests when they are submitted.   It appears MAXDOP doesn't wo...