SQLServer

How an uninstalled WordPress Plugin can cause performance problems

Yes, it can happen sometimes: you install a WordPress plugin for your website, and after some testing period you don’t like it. Therefore you uninstall it. Very simple, very easy. Unfortunately the reality is a little bit different as you will see in this blog posting. My website was slow, very slooooow As you might …

How an uninstalled WordPress Plugin can cause performance problems + read more

Pessimistic Concurrency in SQL Server

SQL Server provides pessimistic and optimistic concurrency models that define how concurrent queries are executed. In todays blog posting I want to give you an overview of the various isolation levels that are part of the pessimistic concurrency model, and in a subsequent blog posting I will talk in more detail about the optimistic isolation …

Pessimistic Concurrency in SQL Server + read more