Online Event: Generating Dynamic Pivot Tables in SQL


Details
Ask an organizer about our Slack group if you'd like to attend. We share a Zoom link in Slack just before the meeting starts. Thanks!
***
Book Club (for those interested, feel free to listen in):
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina, Jeremy Barton, and Brad Abrams - Chapter 8 from page 308 to the end.
We'll wrap up the meeting around 7:20 pm and the focus will switch over to a book club discussion for the last 30 minutes or so.
***
Meeting Overview:
SQL pivot tables are useful for rotating data from a query. The syntax for a pivot table requires writing the explicit column names that you plan to rotate, which could be a problem if you don't know the names of the columns ahead of time.
Learn how to generate dynamic SQL pivot queries in tonight's talk.
***
General Agenda:
6:00 pm MT - Welcome and setup
6:05 - Start the Meeting
7:20 - Wrap up discussion and begin book club
7:50 - Close for the night
Meeting tools:
Slack: https://slack.com/
Discord: https://discordapp.com
Zoom: https://zoom.us/
Kalispell Software Crafters is dedicated to a harassment-free experience for everyone. Be that at an event or within our Slack community. Our anti-harassment policy can be found at: https://github.com/kalispell-software-crafters/code-of-conduct


Online Event: Generating Dynamic Pivot Tables in SQL