• subscribe


Kathi Kellenberger

Kathi Kellenberger is a DBA for Bryan Cave, St. Louis, Missouri, and a SQL Server MVP. She is co-author of Professional SQL Server 2005 Integration Services (Wrox).

Email: kkellenbe@hotmail.com

My Latest Content
My Latest Comments



Author Articles

Create Pivoted Tables in 3 Steps

By Kathi Kellenberger, 06/23/2009

If you want to create pivoted tables but found the PIVOT operator syntax in SQL Server Books Online (BOL) confusing, try this three-step approach to creating a PIVOT query. This ...