Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Klaus Aschenbrenner

Klaus Aschenbrenner provides independent SQL Server Consulting Services across Europe and the US. Klaus works with the .NET Framework and especially with the SQL Server 2005/2008 from the very beginnings. In the years 2004 - 2005 Klaus was entitled with the MVP award from Microsoft for his tremendous support in the .NET Community. Klaus has also written the book Pro SQL Server 2008 Service Broker which was published by Apress in the Summer of 2008. Further information about Klaus you can find on his homepage at http://www.SQLpassion.at. He also twitters at http://twitter.com/Aschenbrenner.

Windows, RIP (1992 – 2013)

Today is a very sad day for me. My love, my dear Windows has passed away. We were together for over 20 years, her illness took control over her, and during the last days she passed away.

Before I give you further details about the disease she had over the… Read more

0 comments, 181 reads

Posted in Klaus Aschenbrenner on 17 May 2013

The dangerous beauty of Bookmark Lookups

Every one of us knows Bookmark Lookups in SQL Server. They are great, because you don’t need to care about your indexing strategy. They are bad, because with Bookmark Lookup you just introduce a bunch of other problems for your SQL Server installation. Almost every time when I’m on client… Read more

0 comments, 81 reads

Posted in Klaus Aschenbrenner on 15 April 2013

Become an expert in SQL Server Performance Tuning & Troubleshooting!

Since September 2012 I'm a Microsoft Certified Master SQL Server 2008, which is the highest technical certification for SQL Server that is currently available. Because I want to share my performance tuning & troubleshooting knowledge, and because of the huge demand on performance tuning I'm running again this year… Read more

0 comments, 218 reads

Posted in Klaus Aschenbrenner on 13 February 2013

Become an expert in SQL Server Performance Tuning & Troubleshooting!

Since September 2012 I’m a Microsoft Certified Master SQL Server 2008, which is the highest technical certification for SQL Server that is currently available. Because I want to share my performance tuning & troubleshooting knowledge, and because of the huge demand on performance tuning I’m running again this year… Read more

0 comments, 22 reads

Posted in Klaus Aschenbrenner on 13 February 2013

SQL Server Quickie #5 – Bookmark Lookup Deadlocks

Today I have uploaded the 5th SQL Server Quickie to YouTube. This time Santa Claus talks about Bookmark Lookup Deadlocks in SQL Server. You can find the script used during the demonstration here as a download.


 

Thanks for watching!

-Santa Claus

Read more

0 comments, 64 reads

Posted in Klaus Aschenbrenner on 16 December 2012

SQL Server Quickie #5 – Bookmark Lookup Deadlocks

Today I have uploaded the 5th SQL Server Quickie to YouTube. This time Santa Claus talks about Bookmark Lookup Deadlocks in SQL Server. You can find the script used during the demonstration here as a download.

Thanks for watching!

-Santa Claus

Read more

2 comments, 508 reads

Posted in Klaus Aschenbrenner on 16 December 2012

Practical SQL Server Performance Troubleshooting Day

Due to the huge demand of SQL Server Troubleshooting Know How and Techniques I'm running on January 29 (Vienna/Austria) and January 31 (Zurich/Switzerland) my 1 day workshop called "Practical SQL Server Performance Troubleshooting Day" (see http://www.SQLpassion.at/events.html for further information).

During this 1 day workshop we will take a… Read more

0 comments, 826 reads

Posted in Klaus Aschenbrenner on 10 December 2012

Practical SQL Server Performance Troubleshooting Day

Due to the huge demand of SQL Server Troubleshooting Know How and Techniques I’m running on January 29 (Vienna/Austria) and January 31 (Zurich/Switzerland) my 1 day workshop called “Practical SQL Server Performance Troubleshooting Day” (see http://www.SQLpassion.at/events.html for further information).

During this 1 day workshop we will take a… Read more

0 comments, 37 reads

Posted in Klaus Aschenbrenner on 10 December 2012

SQL Server Quickie #4 – IAM Pages

Today I have uploaded the 4rd SQL Server Quickie to YouTube. In this episode I’m talking about IAM Pages in SQL Server. You can find here the script I have used during the demonstration as a download.

Thanks for watching!

-Klaus

Read more

0 comments, 16 reads

Posted in Klaus Aschenbrenner on 16 October 2012

SQL Server Quickie #4 – IAM Pages

Today I have uploaded the 4rd SQL Server Quickie to YouTube. In this episode I'm talking about IAM Pages in SQL Server. You can find here the script I have used during the demonstration as a download.

Thanks for watching!

-Klaus

Read more

0 comments, 476 reads

Posted in Klaus Aschenbrenner on 16 October 2012

Nested Partitioned Views

A few weeks ago I had a customer engagement, where the customer wanted to implement Nested Partitioned Views. Before we go into the details of this approach and if it could work, I want to give you an overview about the requirements, and why the customer wanted to have Nested… Read more

1 comments, 881 reads

Posted in Klaus Aschenbrenner on 27 September 2012

Nested Partitioned Views

A few weeks ago I had a customer engagement, where the customer wanted to implement Nested Partitioned Views. Before we go into the details of this approach and if it could work, I want to give you an overview about the requirements, and why the customer wanted to have Nested… Read more

3 comments, 69 reads

Posted in Klaus Aschenbrenner on 27 September 2012

SQL Server Quickie #3 – Allocation Units

Today I have uploaded my 3rd SQL Server Quickie to YouTube. In this episode I’m talking about Allocation Units in SQL Server.


 

Thanks for reading & watching

-Klausy

Read more

1 comments, 24 reads

Posted in Klaus Aschenbrenner on 18 September 2012

SQL Server Quickie #3 – Allocation Units

Today I have uploaded my 3rd SQL Server Quickie to YouTube. In this episode I'm talking about Allocation Units in SQL Server.

Thanks for reading & watching

-Klausy

Read more

1 comments, 815 reads

Posted in Klaus Aschenbrenner on 18 September 2012

My upcoming speaking schedule

The summer goes by and in a few weeks the conference season starts over again. The last weeks were a little bit stressful, but now I had finally some time to prepare my sessions for upcoming SQL Server conferences, where I'm speaking over the next months.

24 Hours of PASS,… Read more

0 comments, 377 reads

Posted in Klaus Aschenbrenner on 21 August 2012

My upcoming speaking schedule

The summer goes by and in a few weeks the conference season starts over again. The last weeks were a little bit stressful, but now I had finally some time to prepare my sessions for upcoming SQL Server conferences, where I’m speaking over the next months.

24 Hours of PASS,… Read more

0 comments, 16 reads

Posted in Klaus Aschenbrenner on 21 August 2012

Initialize a Transactional Replication from a Database Backup

During the last days I’m working on Replication – especially with Transactional Replication. The main idea of Transactional Replication is that you have a so-called Log Reader Agent on your Publisher SQL Server database running, that is analyzing the Transaction Log File and synchronize changes on so-called Articles through a… Read more

0 comments, 35 reads

Posted in Klaus Aschenbrenner on 5 August 2012

Initialize a Transactional Replication from a Database Backup

During the last days I'm working on Replication – especially with Transactional Replication. The main idea of Transactional Replication is that you have a so-called Log Reader Agent on your Publisher SQL Server database running, that is analyzing the Transaction Log File and synchronize changes on so-called Articles through a… Read more

0 comments, 2,378 reads

Posted in Klaus Aschenbrenner on 5 August 2012

SQL Server Quickie #2 – Extents

Yesterday I have uploaded my 2nd SQL Server Quickie to YouTube. In this episode I’m talking about Extents, and how SQL Server manages those through GAM and SGAM pages.

Thanks for reading & watching!

-Klaus

Read more

0 comments, 19 reads

Posted in Klaus Aschenbrenner on 4 August 2012

SQL Server Quickie #2 - Extents

Yesterday I have uploaded my 2nd SQL Server Quickie to YouTube. In this episode I'm talking about Extents, and how SQL Server manages those through GAM and SGAM pages.

Thanks for reading & watching!

-Klaus

Read more

0 comments, 403 reads

Posted in Klaus Aschenbrenner on 4 August 2012

Older posts