SQL Server 2022, WIndows 11 Pro, query performance drop but not for Windows 10 Pro users
I have an SQL Server 2022 dev instance running with test client data. Focusing on one isolated query, the query is a simple select with columns specified and the where clause is the tables clustered index primary key. (So SELECT col1, col2, col3, col4, col5 FROM table WHERE key = @key)