• Remember to vote for your AlwaysOn Availability Groups

    While visiting a customer and helping them set up AlwaysOn Availability Groups we came across a surprising "feature". On my laptop I had build a demo lab consisting of one domain controller, three Windows 2008R2 Core member servers with SQL 2012 SP1 installed...
  • Using table variables (or temp tables) to speed up… or slow down

    In SQL Server you can use temporary tables to store intermediate results. This is a common used technique to speed up query processing. Recently I came across a problem where the temporary tables were causing the performance degradation. I'm not going...
  • Using Kerberos and Windows Authentication with SQL Server

    In my opinion SQL or Windows Authentication isn’t a choice. You should always use Windows authentication unless technically impossible. The most common scenario is when the user account is not in the same domain as the SQL Instance and there is...
  • Kerberos and AvailabilityGroups - What you need to know

    With the freshly released SQL Server 2012 we can put availability groups to live. You have seen all the demo's and now you are ready to get things going in your own datacenter. At this point you might get to a few surprises. One of these might be to get...
  • SQL Server 2012 RC0, A New AlwaysOn Experience

    Last week RC0 for SQL Server 2012 was released. If you missed it you can find it here: http://www.microsoft.com/download/en/details.aspx?id=28145 . One area where you will find improvements or changes is AlwaysOn Availability Groups. In this post I will...