Author Archives: Kathi Kellenberger

Unknown's avatar

About Kathi Kellenberger

I am the editor of the online journal Simple Talk. I love talking about SQL Server to anyone who will listen, just ask my seven year old granddaughter. I love to write and teach. I am so humbled and honored to say I am a former Data Platform MVP.

I’m back…

After three weeks off work to recover from surgery, I go back tomorrow. My commute is about 10 steps. If I actually had to drive to an office for work, I would have needed at least another week off. I am still sleeping … Continue reading

Posted in Life in IT | 3 Comments

How to use PIVOT

I recently explained how to write a PIVOT query to a group of new T-SQL developers. I have to admit that the syntax is complicated enough, and I use PIVOT infrequently enough, that I always have to look up how … Continue reading

Posted in T-SQL | Leave a comment

When should I use a stored proc and when should I use a view?

I taught an Introduction to T-SQL class this week in Colorado. It was such a great week teaching and was probably the best group of students I have ever taught. There were lots of questions, and I realized that several would … Continue reading

Posted in T-SQL | Leave a comment