SQLServer

In-Memory OLTP (Hekaton) and Sort Warnings

In-Memory OLTP is all about In-Memory. But that’s only half the truth. In today’s blog posting I want to show you that even In-Memory OLTP can cause disk activity when you just read data from memory. The problem here is inaccurate statistics in combination with explicit sort operators in the execution plan. The problem with …

In-Memory OLTP (Hekaton) and Sort Warnings + read more

SQL Server Windowing Functions: ROWS vs. RANGE

Almost every time that I present about Windowing Functions in SQL Server, people are very interested in knowing the difference between the ROWS and RANGE option when you define your window frame. Therefore I want to show you in today’s blog posting the difference between those options, and what it means to your analytic calculations. …

SQL Server Windowing Functions: ROWS vs. RANGE + read more