Questions tagged [sql-server-2025]

SQL Server 2025 (major build version 17.00.xxxx). Please also tag sql-server.

3 questions
6
votes
4 answers

Does the new locking optimization make batching unnecessary?

Optimized Locking (2025-05-19) makes it sound like batching would be unnecessary if I were to, for example, try to delete 20 thousand rows from a million row table in one statement (DELETE FROM foo WHERE Status = 1). Is that true?
4
votes
3 answers

Can Standard Developer Edition be used in Docker?

I hear that the new Standard Developer edition is available in the current SQL Server 2025 preview. But how can I get it in Docker? SQL Server 2022's documentation shows us how to specify specific editions when creating a container. docker run…
0
votes
1 answer

Did performance when querying partitioned tables using min/max functions or TOP improve after SQL Server 2022?

With partitioned tables in SQL Server, there is a notorious major performance issue when using using min/max functions or TOP. Microsoft document workarounds for it here. I am confident that this was not fixed in SQL Server 2022. Microsoft surely…
J. Mini
  • 1,161
  • 8
  • 32