SQLpassion BLOG

The 3 Configuration Options that you always have to change in SQL Server!

You install your brand-new SQL Server using the installation wizard, and at the very end you hit the Finish button. Woohoo – now we can go into production with our server! Sorry, but that’s not really the truth, because your brand-new SQL Server is misconfigured by default! Yes, you read that correctly: a default installation …

The 3 Configuration Options that you always have to change in SQL Server! + read more

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