Note: Do not disable parallelism before understanding the mechanics of it and before testing the query performance. There are several ways to control the parallel execution of queries, i.e. you can use a hint within the query (OPTION(MAXDOP 1)), or you can set the “Cost threshold for parallelism” on the server level. Also, there is an . . . → Read More: How to interpret parallelism on your SQL Server
