-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hints not working inside blocks #441
Comments
Thanks - yes, it looks like the |
Thanks |
I'm hoping to release it sometime in April - just doing some more testing on the conversions using the latest FetchXML features and I want to get the equivalent FetchXML -> SQL conversions in place as well. |
Strange one.
Trying to activate/deactivate workflows through a script (trying to align ownership)
When I have a query like the following:
The hints all take affect, queries are run in series 1 at a time using SetState requests :).
If I have a similar query but inside a condition the hints aren't followed, for example
What's happening is that the MAXDOP and the USE_LEGACY_UPDATE_MESSAGES hints aren't being followed (it does seem to follow the batch size) and I'm getting errors around concurrent WorkflowSetState actions.
Am I hinting right?
The text was updated successfully, but these errors were encountered: