Hi,
I want to use option (MAXDOP 1) for a procedure to see if that improves the performance but there is no parallelism operator in query execution plan. So we cannot test with MAXDOP is this case right?
Currently we have MAXDOP=4 at server level and using MAXDOP=1 at query level improved query performance where parallelism operator cost is high. I have another query taking time but it is not using parallelism operator so wondering how I can use MAXDOP here.