In this post I discuss how to restore access to a SQL Server 2012 database if you get locked out of it. So as you can probably expect for a Monday afternoon I realized that one of the installations of SQL Server 2012 that I have on a cloud VM was busted. It wouldn’t let […]
Read More →Archive for July, 2014
Deadlocks when using Tasks – solved
In my last post Deadlocks when using TasksĀ I explained how this innocent looking piece of code can cause a GUI app to deadlock and die. I proceeded to explain the reasons behind this behaviour. In this post I aim to discuss one possible solution to this problem and highlight some potential design considerations that you […]
Read More →