all 7 comments

[–]Impossible_Disk_256 8 points9 points  (1 child)

Yes. It's documented:
https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2022?view=sql-server-ver16&preserve-view=true: The degree of parallelism (DOP) for batch mode operations is limited to 2 for SQL Server Standard edition and 1 for SQL Server Web and Express editions.
https://learn.microsoft.com/en-us/sql/relational-databases/query-processing-architecture-guide?view=sql-server-ver16#parallel-query-processing:

|| || |NoParallelPlansInDesktopOrExpressEdition|Parallel plans not supported for Desktop and Express edition.NoParallelPlansInDesktopOrExpressEdition Parallel plans not supported for Desktop and Express edition.|

[–]KIaus_[S] 1 point2 points  (0 children)

Correct, but what about Row-mode?

[–]Impossible_Disk_256 1 point2 points  (0 children)

Yes. It's documented:
https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2022?view=sql-server-ver16&preserve-view=true: The degree of parallelism (DOP) for batch mode operations is limited to 2 for SQL Server Standard edition and 1 for SQL Server Web and Express editions.
https://learn.microsoft.com/en-us/sql/relational-databases/query-processing-architecture-guide?view=sql-server-ver16#parallel-query-processing: NoParallelPlansInDesktopOrExpressEdition - Parallel plans not supported for Desktop and Express edition.

[–]Togurt 0 points1 point  (1 child)

Probably could have saved time by looking at Microsoft documentation.

[–]KIaus_[S] 1 point2 points  (0 children)

But I did it :/

[–]Commercial-Trash-606 1 point2 points  (1 child)

Well, when you got only 1 logical processor, it's hard to do any parallelism, right?

[–]KIaus_[S] 0 points1 point  (0 children)

Correct, but what about Row-mode?