Tag Archives: SQL Saturday

Parsing SQL Saturday Data – Getting Titles from the XML document

I’m continuing on with my project to grab SQL Saturday data and automatically insert it into a SQL Server database. In this piece, I’m picking up from the last one where I had a loop to load all XML documents … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Parsing SQL Saturday Data – Getting Titles from the XML document

Parsing SQL Saturday Data – Looping Through And Loading All XML Files

After my last post on parsing the XML, I decided to continue forward and get ready to put the data in a database. For that, I’m really looking for this data: event ID session title With this, I can easily … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Parsing SQL Saturday Data – Looping Through And Loading All XML Files

Parsing SQL Saturday Data – Getting the Titles

I wrote about downloading the SQL Saturday data with Powershell, and that has worked well. However, I also need to parse this data. You can look at a sample XML file from the site with this link, and examine the … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Parsing SQL Saturday Data – Getting the Titles

Downloading SQL Saturday data

I wanted to find out how many SQL Saturday’s I’d spoken at and how I ranked with others. I got a spreadsheet from Kendal Van Dyke at one point, but it was quickly out of date. However Kendal mentioned that … Continue reading

Posted in Blog | Tagged , , , | 2 Comments