Another neat little feature in SQL Server 2022 is Query Store Hints. This is the ability to apply a query hint through Query Store rather than having to modify existing code or fiddle around with plan guides. Query hints are a way to influence optimizer behaviour towards generating desired execution plans for a given query. … Continue reading Query Store Hints in SQL Server 2022