Search this blog
The Current Book – The Phoenix Project (re-reading)

-

18 Year MVP Awardee

Tags
- administration
- AI
- AIExperiments
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- encryption
- Flyway
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- Microsoft
- misc
- monitoring
- networking
- PASS
- Performance
- powershell
- presentations
- Redgate
- Redgate Monitor
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- tools
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- words
- work
Search this blog
Steve’s Tweets
Tweets by way0utwestOlder Posts
Meta
Tag Archives: xml
Loading XML Data–CONVERT Option 2
I was playing around with some XML lately, and had to load a file that looked like this:: I ran a simple query, one that used the OPENROWSET and a CONVERT to load the data. WITH XmlFile (Contents) AS ( … Continue reading
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 powershell, SQL Saturday, syndicated, xml
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 powershell, SQL Saturday, syndicated, xml
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 powershell, SQL Saturday, syndicated, xml
Comments Off on Parsing SQL Saturday Data – Getting the Titles