I have a query where I need to turn off parallelism. I add the statement option(maxdop 1)to do this. When I run the query in analyzer it works fine, however when I try to run this in EM I get the error "Hints not allowd in this query type"
As I have reports tied to this view I need to get this to work in a saved view.
Any suggestions?
As I have reports tied to this view I need to get this to work in a saved view.
Any suggestions?